Symmetric Algorithms Flashcards
What is Triple DES (3DES)?
Symmetric Algorithm
It’s DES but uses three different 56 bit keys
1st key is the input data going into the DES algorithm
2nd key will attempt to decrypt using the same algorithm
3rd will put it through the DES algorithm one more time
What is DES (Data Encryption Standard)?
Symmetric Algorithm
Encryption algorithm that has a key bit of 56 bits
What is the International Data Encryption Algorithm (IDEA)?
Symmetric block cypher
uses 64 bit blocks to encrypt plaintext into ciphertext
Key size is 128 bits
What is AES (Advanced Encryption Standard)?
Symmetric block cipher that uses 128-bit, 192-bit or 256-bit blocks and a matching encryption key size to encrypt plain text into ciphertext
What is Blowfish?
Symmetric block cipher that uses 64-bit blocks and a variable length encryption key to encrypt plaintext to ciphertext
What is TwoFish?
Provides the ability to use 128-bit blocks in its encryption algorithm 128-bit, 192-bit, or 256-bit encryption keys
What is RC4 (Rivest Cipher)?
Symmetric stream cipher using a variable key size from 40-bits to 2048-bits that is used in SSL and WEP
What is RC5?
Symmetric block cipher that uses key sizes up to 2048-bits
What is RC6?
Symmetric block cipher that was introduced as a replacement for DES but AES was chosen instead