Symmetric Algorithms Flashcards
(10 cards)
What is Data Encryption Standard (DES)?
Encryption algorithm which breaks the input into 64-bit blocks and uses transportation and substitution to create ciphertext using an effective key strength of only 56-bits
What is Triple DES (3DES)?
Encryption algorithm which uses three separate symmetric keys to encrypt, decrypt, then encrypt the plaintext into ciphertext in order to increase the strength of DES
What is the International Data Encryption Algorithm (IDEA)?
Symmetric block cipher, which uses 64-bit blocks to encrypt plaintext into ciphertext
What is the Advanced Encryption Standard (AES)?
Symmetric block cipher that uses 128-bit, 192-bit, or 256-bit blocks and a matching encryption key size to encrypt plaintext into ciphertext
What is Blowfish?
Symmetric block cipher that uses 64-bit blocks and a variable length encryption key to encrypt plaintext into ciphertext
What is Twofish?
Provides the ability to use 128-bit blocks in its encryption algorithm and uses 128-bit, 192-bit, or 256-bit encryption keys
What is the RC Cipher Suite?
Created by Ron Riverest, a cryptographer who’s created six algorithms under the name RC which stands for the Riverest Cipher
What is RC4?
Symmetric stream cipher using a variable key size from 40-bits to 2,048-bits that is used in Secure Socket Layer (SSL) and Wired Equivalent (WEP)
What is RC5?
Symmetric block cipher that uses key sizes up to 2,048-bits
What is RC6?
Symmetric block cipher that was based on the RC5, but is a stronger, more advanced version