Download the PHP package legierski/aes without Composer
On this page you can find all versions of the php package legierski/aes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download legierski/aes
More information about legierski/aes
Files in legierski/aes
Download legierski/aes
More information about legierski/aes
Files in legierski/aes
Please rate this library. Is it a good library?
Informations about the package aes
legierski/AES
Perform AES-256 (CBC) encryption/decryption compatible with OpenSSL, CryptoJS, Gibberish AES and possibly other libraries.
Can be used to encrypt data in PHP and decrypt in JavaScript, or vice versa.
Code from here: http://uk3.php.net/manual/en/function.openssl-decrypt.php#107210
Requirements
- PHP 5.3.3 or later
- OpenSSL extension for PHP
Installation
In composer.json
:
Encrypting data
Decrypting data
Encrypting/decrypting with OpenSSL
Encrypting/decrypting with CryptoJS
Encrypting/decrypting with Gibberish AES
Testing
Run unit tests:
Test compliance with PSR2 coding style guide:
License
The MIT License (MIT)
All versions of aes with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
ext-openssl Version *
ext-openssl Version *
The package legierski/aes contains the following files
Loading the files please wait ....