Go to file
2016-02-02 12:24:44 -05:00
LICENSE Initial commit 2016-02-02 12:06:01 -05:00
mcrypt.go Initial commit 2016-02-02 12:24:44 -05:00
mcrypt_test.go Initial commit 2016-02-02 12:24:44 -05:00
README.md Initial commit 2016-02-02 12:24:44 -05:00

tblyler/go-mcrypt

This is a work in progress and currently just implements an encrypt and decrypt function that is compliant with PHP's rijndael AES 256 specification. As one might guess, this was to replace existing PHP code that relied on rijndael AES 256.

Requirements

  • libmcrypt