chrishulbert / crypto

Deliberately simple, thoroughly commented AES/DES/etc crypto implementations in various languages, for learning purposes.

Home Page:http://www.scribd.com/doc/33686967/How-to-Implement-AES-in-Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Implementations

This is my collection of various cryptographic techniques implemented in various languages. The idea is for these to be simple and thoroughly commented, with a document explaining how they work, so that you can learn how the magic of cryptography actually isn't really all that difficult to understand. They're certainly not intended for production use. There are lots of better pre-existing libraries for that.

Documents

Documentation is in here, as well as on my scribd account:

Blog

I also have these tutorials on my blog:

About

Deliberately simple, thoroughly commented AES/DES/etc crypto implementations in various languages, for learning purposes.

http://www.scribd.com/doc/33686967/How-to-Implement-AES-in-Ruby


Languages

Language:C 32.7%Language:C# 27.1%Language:Go 20.1%Language:Ruby 18.0%Language:Batchfile 1.1%Language:Haskell 1.0%