PHP AES -- Accurate & Fast AES in PHP

Installs: 6 147

Dependents: 0

Suggesters: 0

Security: 0

Stars: 35

Watchers: 7

Forks: 13

Open Issues: 1

pkg:composer/chuyskywalker/phpaes

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

This package is not auto-updated.

Last update: 2025-10-11 19:18:13 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