List of Algorithms
A list of algorithms that are implemented in this project.
Substitution Ciphers
Caesar Cipher
Encrypt/Decrypt your message using the Caesar cipher
Vigenere Cipher
Encode/Decode your message using the Vigenere cipher
Poly-Alpha Cipher
Encode/Decode your message using the Poly-Alpha cipher
One-Time Pad Cipher
Encode/Decode your message using the One-Time Pad cipher
Playfair Cipher
Encode/Decode your message using the Playfair cipher
Rail Fence Cipher
Encode/Decode your message using the Rail Fence cipher
Hill Cipher
Encode/Decode your message using the Hill cipher
Row Column Cipher
Encode/Decode your message using the Row Column cipher
DES Cipher
Encode/Decode your message using the DES cipher