CRYPTOGRAPHY ROADMAP
Classic Ciphers
Substitution & Transposition techniques.
- Caesar Cipher
- Autokey Cipher
- Mono-Alphabetic Cipher
- Poly-Alphabetic Cipher
- Playfair Cipher
- Vigenere Cipher
- Rail Fence Cipher
- Row Transposition Cipher
- Vernam Cipher (ASCII)
- One-Time Pad
Mathematical Logic
Number theory & prime algorithms.
- Division Algorithm
- Euclidean Algorithm
- GCD Algorithm
- GF(P) Finite Fields
- Fermat's Little Theorem
- Miller-Rabin Primality
- Polynomial Algorithms
Modern Encryption
Standard algorithms & key exchange.
- DES Algorithm
- RSA Algorithm
- Diffie-Hellman Key Exchange
- Feistel Cipher Logic
- Modular Polynomials