Cryptography Flashcards
Making something less visible or obvious
ex:making a picture blurry
Diffusion
CRL
Certification Revocation List
-Being replaced by OCSP because of speed
DES - first type of block encryption
Data Encryption Standard
Taking one value and changing it for another
ex:making all A’s into C’s
Subsitution
Data at rest
Something stored and not being used - something sitting on a hard drive or flash drive
Cryptanalysis
Breaking encrypted codes
Type of key that can only encrypt
Public Key
Unlike block ciphers, this one works by encrypting one bit at a time as it passes through
Streaming Ciphers
Cipher that works like a decoder ring
Ceaser Cipher
Which is older?
MD5 or SHA-1
MD5
Shared key for a set of data
Session Key
Type of key that can decrpt
Private Key
Ripemd
Bit #
Not very common Hash
128, 160, 256, 320 bit hash
HMAC
Hash-based message authentication code
- requires each side of the conversation to have the same key
- provides message integrity
- based on standard hashes
ECB
Electronic Code Book
GCM
- block encryption with authentication
- commonly used in packetized data
Galois Counter Mode
Encryption/Decryption
Hiding data and then bringing it back
AES
Advanced Encryption System
EDH or DHE
Ephemeral Diffie Hellman
Type of encryption used for WPA2
AES
In-band
Key is sent with encrypted data
Mixing something up
ex:moving pixels around in a picture
Confusion
PKCS-7
Is a way to store certificates as individual files
Key Stretching
Stretches out the password/hash
ex: bcrypt
Digital Signature
Just a hash of whatever data you’re looking at
Attack using a pre-generated index hash table for harder passwords/hashes than brute force can handle
Rainbow Table Attack
What are the 4 types of Symmetric Block Modes
Cipher Block Chaining (CBC)
Cipher Feedback (CFB)
Output Feedback (OFB)
Counter (CTR)
Type of Streaming Cipher
RC4
MD5
Bit #
Message Digest 5
128 bit
RSA Cryptosystems
Asymmetric Algorithm