https://github.com/emmiegit/crypto
Implementations of cryptographic systems for education purposes. DO NOT USE!
https://github.com/emmiegit/crypto
Last synced: about 1 year ago
JSON representation
Implementations of cryptographic systems for education purposes. DO NOT USE!
- Host: GitHub
- URL: https://github.com/emmiegit/crypto
- Owner: emmiegit
- License: mit
- Created: 2025-04-18T21:49:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-19T01:52:23.000Z (about 1 year ago)
- Last Synced: 2025-04-19T10:38:37.506Z (about 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## crypto
If you're here for [cryptocommodities](https://en.wikipedia.org/wiki/Cryptocurrency), go away. This is about _actual_ crypto, the beautiful mathematics and art of **cryptography**.
Here, I try to implement my own cryptosystems to understand the fundamental concepts better, or reimplement well-known systems. That means you **should not** use this code for anything! Not even for a hobby project!
**NOTHING HERE IS SECURE!** I'm writing this for fund and education purposes, not to be used. Go use regular, well-established ciphers and protocols. AES for symmetric-key encryption, bcrypt for password hashing, etc. If you use anything here, I guarantee your data will be stolen and your authentication broken.
Available under the terms of the MIT License.