PHP AES -- Accurate & Fast AES in PHP

v1.1.0 2015-11-26 02:40 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:43:21 UTC


README

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