https://github.com/loneicewolf/cryptography
Encryption implemented in various languages. like AES and Serpent, more coming.
https://github.com/loneicewolf/cryptography
aes c cascade-encryption cipher cpp cryptography openssl rijndael serpent
Last synced: 3 months ago
JSON representation
Encryption implemented in various languages. like AES and Serpent, more coming.
- Host: GitHub
- URL: https://github.com/loneicewolf/cryptography
- Owner: loneicewolf
- Created: 2020-10-07T10:06:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T18:36:03.000Z (about 5 years ago)
- Last Synced: 2025-12-02T13:44:12.463Z (6 months ago)
- Topics: aes, c, cascade-encryption, cipher, cpp, cryptography, openssl, rijndael, serpent
- Language: C
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README(NOW).md
Awesome Lists containing this project
README
**AES**
C implemented AES/rijndael.txt Encryption.
TAKEN FROM MULTIPLE SOURCES: (This git will only be a guide/tutorial about how to compile/and other interesting things, so I will add not only AES but Serpent, and others.
Such as:
* How to implement multi-cascade encryption.
Right now I begin with AES/RIJNDAEL:
Taken from:
http://www.efgh.com/software/rijndael.txt
**Serpent:**
https://www.cl.cam.ac.uk/~rja14/serpent.html