Wrapper for OpenSSL Crypto Library
This package provides an objective wrapper for OpenSSL Crypto Library
License: PHP 3.01
Version | Release | Download |
0.3.2 | 2021-03-07 | crypto-0.3.2.tgz |
0.3.1 | 2016-12-15 | crypto-0.3.1.tgz |
0.3.0 | 2016-12-14 | crypto-0.3.0.tgz |
0.2.2 | 2015-11-25 | crypto-0.2.2.tgz |
0.2.1 | 2015-11-15 | crypto-0.2.1.tgz |
Version | Message |
0.3.2 | * Fixed compatibility with PHP 8 |
0.3.1 | * Fixed segfault on PHP 5 in setting KDF key length and PBKDF2 iterations |
0.3.0 |
* Fixed compilation with OpenSSL 1.1 and PHP 7.1 * Added KDF abstract class to be a parent for all key derivation function classes * Added PBKDF2 class extending KDF class and implementing PBKDF2 * Renamed HashException code ALGORITHM_NOT_FOUND to HASH_ALGORITHM_NOT_FOUND * Renamed MACException code ALGORITHM_NOT_FOUND to MAC_ALGORITHM_NOT_FOUND |
0.2.2 | * Fixed missing CCM cipher algorithms with OpenSSL 1.0.1 |
0.2.1 | * Fixed C89 compatibility issue in Base64 |