Encryption Flashcards
What is the strongest Encryption Standard?
(Block Cipher and has 128-bit, 192-bit, 256-bit variants)
Advanced Encryption Standard (AES)
Advanced Encryption Standard (AES)
strongest Encryption Standard?
Block Cipher and has 128-bit, 192-bit, 256-bit variants
Data Encryption Standard (DES) and 3DES
Weak
Block Cipher
56 bits (DES)
112 (2 key)
168 bits (3DES)
Can still be used if bundled with other things such as IPSEC
Blowfish
Weak
Block Cipher
64bit
Can still be used if bundled with other things such as IPSEC
What are the types of Symmetric Encryption?
AES
DES/3DES
BlowFish
Rivest Ciper (RC)
hat are the types of Asymmetric Encryption?
RSA
Diffie-Hellman
Digital Signature Algorithim (DSA)
ElGamal
RSA
- One of the oldest Asymmetric encryptions
- Used by one user generating both a public and private key then sharing their public key.
Diffie-Hellman
Requires two different users generating a private key and using a function, generating a public key which is then exchanged. After receiving the other’s key they then create a secret key using both their personal private key and the other users public key.
Digital Signature Algorithm (DSA)
Endorsed by NIST for their Digital Signature Standard
What uses ElGamal algorithm?
Used in GNU Privacy Guard
Pretty Good Privacy (PGP)