crypto 0.1.0

Wrapper for OpenSSL Crypto Library


This package provides an objective wrapper for OpenSSL Crypto Library

License: PHP 3.01

Changes

* Incremental cipher decryption and encryption
* Support for authenticated encryption and decryption (GCM and CCM modes)
* Incremental hash creation
* Methods for retrieving informations about cipher and hash algorithms
* HMAC and CMAC creation
* Random numbers API including seeding and saving/loading PRNG state
* Incremental Base64 decoding and encoding