Skip to content

A simple AES implementation, optimized for readability, not for speed (or even usability)

License

Notifications You must be signed in to change notification settings

tronje/simple_aes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple AES implementation

I was a little frustrated at the lack of easy-to-understand implementations of AES on the web, so I wrote my own with help from Wikipedia and especially @samboy (Sam Trenholme). Thanks!

Please note that this is intended as a reference of sorts, not as a production-ready, fast and secure implementation. You probably shouldn't use this; use GPG instead.

About

A simple AES implementation, optimized for readability, not for speed (or even usability)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published