The new bug fixing release 0.3.1 of PHP Crypto has just been released. It fixes segfault on PHP 5 in setting KDF key length and PBKDF2 iterations.
The PHP Crypto extension version 0.3.0 has been released. It fixes build with PHP 7.1 and introduce KDF and PBKDF2 classes.
Another bug fixing version of PHP Crypto has just been released. If fixes missing CCM cipher algorithms with OpenSSL 1.0.1.
The new version of PHP Crypto has been released. It fixes C89 compatibility which caused compilation issue on Windows for PHP 5.
New version of PHP Crypto extension has been released. It’s almost a complete rewrite of version 0.1 with support for PHP 7. HMAC and CMAC algorithms as well as CCM mode en/decryption have been fixed.
The new version of php-crypto has been released. There is a fix for Linux build and memory corruption bug in Base64. The RPM’s for php-crypto are now available in Remi repository.
PHP Crypto has been added to PECL. The new devel version 0.1.0 has been released.
Thanks to Jan Ehrhardt the extension has Windows builds for PHP 5.3, 5.4 and 5.5
The PHP Crypto has been announced on PHP internal mailing list
PHP Crypto is an objective wrapper for OpenSSL Crypto library. The extension is on Github.