Cryptography Flashcards
AES Type
Symmetric
AES Method
128-bit block cipher
AES Key Size
128, 192, 256 bits
3DES Type
Symmetric
3DES Method
64-bit block cipher
3DES Key size
56, 112, 168 bits
Blowfish Type
Symmetric
Blowfish Method
64-bit block cipher
Blowfish Key Size
32-448 bits
Twofish Type
Symmetric
Twofish Method
128-bit block cipher
Twofish Key Size
128, 192, 256 bits
RC4 Type
Symmetric
RC4 Method
Stream Cipher
RC4 Key Size
40-2048 bits
DES Type
Symmetric
DES Method
64-bit block cipher
DES Key Size
56 bits
CSR
Certificate Signing Request.
Message sent from applicant to registration authority of the public key infrastructure to apply for a digital identity certificate. Includes a public key. CA embeds the public key in the certificate.
EAP Authentication Protocol
Extensible Authentication Protocol.
Two systems create a secure encryption key, known as a pairwise master key (PMK). Systems then use this key to encrypt all data transmitted between the devices
Key Stretching
Increase the strength of stored passwords with a salt. Also called key strengthening. Bcrypt and PBKDF2 are key stretching techniques.