https://github.com/umstek/classiccryptolib
Classical Cryptography in Modern Code
https://github.com/umstek/classiccryptolib
cipher cryptography encryption
Last synced: 7 months ago
JSON representation
Classical Cryptography in Modern Code
- Host: GitHub
- URL: https://github.com/umstek/classiccryptolib
- Owner: umstek
- Created: 2016-07-12T13:22:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T05:58:13.000Z (over 4 years ago)
- Last Synced: 2024-11-17T15:22:23.124Z (11 months ago)
- Topics: cipher, cryptography, encryption
- Language: C#
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClassicCryptoLib
Classical Cryptography in Modern Code## Currently implemented algorithms
- Cipher
- Substitution Cipher
- Homophonic Substitution Cipher - *Generic*
- Simple Substitution Cipher - *Generic*
- Affine Cipher - *Generic*
- Atbash Cipher - *Generic*
- Shift Cipher - *Generic*
- Caesar Cipher - *char English lowercase*
- Augustus Cipher - *char English lowercase*
- ROT13 - *char English lowercase*