Cryptography Flashcards
What is the difference between symmetric and asymmetric cryptography regarding keys?
Symmetric: single shared key, asymmetric: Key pair: public and private.
What is the difference between symmetric and asymmetric cryptography regarding speed?
Symmetric: faster, asymmetric: slower.
What is the difference between symmetric and asymmetric cryptography regarding the security of the key?
Symmetric: key must be securely shared, asymmetric: only the private key is secret.
What is the difference between symmetric and asymmetric cryptography regarding usage?
Symmetric: encrypting large data volumes, asymmetric: secure key exchange, digital signatures.
What is the difference between symmetric and asymmetric cryptography regarding algorithms?
Symmetric: AES, DES, 3DES, RC4, asymmetric: RSA, ECC, DSA.
What is the difference between symmetric and asymmetric cryptography regarding scalability?
Symmetric: Difficult (requires key sharing for each pair of users), asymmetric: Easier (only public keys are shared).
What does AES stand for?
Advanced Encryption Standard
What does DES stand for?
Data Encryption Standard
What does 3DES stand for?
Triple Data Encryption standard
What does RC4 stand for?
Rivest Cipher 4
What is the most secure symmetric cryptography algorithm?
AES.
What key lengths does AES come in?
128-bit, 192-bit, and 256-bit.
What does RSA stand for?
Rivest–Shamir–Adleman
What does ECC stand for?
Elliptic Curve Cryptography
What does DSA stand for?
Digital Signature Algorithm