zend-crypt provides support for several cryptographic tools, with the following features:
The main scope of this component is to offer an easy and secure way to protect and authenticate sensitive data in PHP. Because the use of cryptography is often complex, we recommend using the component only if you have background on this topic. For an introduction to cryptography, we suggest the following references:
PHP-CryptLib
Many of the ideas behind the zend-crypt component have been inspired by the PHP-CryptLib project, authored by Anthony Ferrara. PHP-CryptLib is an all-inclusive pure PHP cryptographic library for all cryptographic needs. It is meant to be easy to install and use, yet extensible and powerful enough for even the most experienced developer.