With this library you can encrypt and decrypt any data.
Supports:
- OpenSSL
Add FiveLab Cryptography in your composer.json:
{
"require": {
"fivelab/cryptography": "~1.0"
}
}Now tell composer to download the library by running the command:
$ php composer.phar update fivelab/cryptographyThis library is under the MIT license. See the complete license in library
LICENSE
Issues and feature requests are tracked in the Github issue tracker.