Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umstek/classiccryptolib
Classical Cryptography in Modern Code
https://github.com/umstek/classiccryptolib
cipher cryptography encryption
Last synced: 1 day 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 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T05:58:13.000Z (over 3 years ago)
- Last Synced: 2024-04-14T11:34:32.584Z (7 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*