An open API service indexing awesome lists of open source software.

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.

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