https://github.com/je-suis-tm/cryptography
Python substitute and transposition ciphers including Vigenère Cipher, Rail Fence Cipher, Caesar Cipher
https://github.com/je-suis-tm/cryptography
caesar-cipher cryptanalysis cryptography rail-fence-cipher substitution-cipher transposition-cipher vigenere-cipher zigzag-cipher
Last synced: 7 months ago
JSON representation
Python substitute and transposition ciphers including Vigenère Cipher, Rail Fence Cipher, Caesar Cipher
- Host: GitHub
- URL: https://github.com/je-suis-tm/cryptography
- Owner: je-suis-tm
- License: gpl-3.0
- Created: 2021-05-31T17:49:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T21:01:22.000Z (over 4 years ago)
- Last Synced: 2025-04-13T09:13:24.375Z (10 months ago)
- Topics: caesar-cipher, cryptanalysis, cryptography, rail-fence-cipher, substitution-cipher, transposition-cipher, vigenere-cipher, zigzag-cipher
- Language: Jupyter Notebook
- Homepage:
- Size: 134 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptography
I have always been fascinated by cryptography. Most people start coding because they want to hack into someone’s bank account and become a millionaire to retire on some tropical islands. So do I :stuck_out_tongue_winking_eye: Well, if you want to learn hacking, cryptography and network security is a must (although for real hackers, psychology and phishing are more important). Hence, I decided to create some ciphers just for fun. Unlike other popular repositories, currently I have no plan to maintain this one. Who knows :smirk: Maybe this repository may get as popular as the rest of mine or I actually get drawn into number theory. We will see :sunglasses:
## Substitute Cipher
* Caesar Cipher
* Enigma
* Vigenère Cipher
## Transposition Cipher