go-mcrypt/README.md
2016-02-02 12:24:44 -05:00

8 lines
292 B
Markdown

# 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