chuyskywalker / phpaes

A class for performing AES encryption with mcrypt or openssl.
http://jrm.cc/posts/php-aes-openssl/
35 stars 14 forks source link

phpaes

A class for performing AES encryption with mcrypt or openssl. Includes benchmarks, full unit tests, and cross-engine validation.

Build Status

Originally written as part of a blog entry called PHP: AES Mcrypt & OpenSSL