PHP Crypto 0.3.1 released

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.

PHP Crypto 0.3.0 released

The PHP Crypto extension version 0.3.0 has been released. It fixes build with PHP 7.1 and introduce KDF and PBKDF2 classes.

PHP Crypto 0.2.2 released

Another bug fixing version of PHP Crypto has just been released. If fixes missing CCM cipher algorithms with OpenSSL 1.0.1.

PHP Crypto 0.2.1 released

The new version of PHP Crypto has been released. It fixes C89 compatibility which caused compilation issue on Windows for PHP 5.

PHP Crypto 0.2.0 released

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.

PHP Crypto 0.1.1 released

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 0.1.0 released

PHP Crypto has been added to PECL. The new devel version 0.1.0 has been released.

PHP Crypto has Windows builds

Thanks to Jan Ehrhardt the extension has Windows builds for PHP 5.3, 5.4 and 5.5

PHP Crypto announced on the internal mailing list

The PHP Crypto has been announced on PHP internal mailing list

PHP Crypto

PHP Crypto is an objective wrapper for OpenSSL Crypto library. The extension is on Github.