Types of Cryptography
Symmetric
- same key for both encryption and decryption
- DES, IDEA, AES candidates
Asymmetric (Public Key)
- key pairs: private and public
- based on factorization or discrete log problem
- RSA, Diffie-Hellman, etc
- much slower than symmetric
- digital signature capability