Download the PHP package lyne007/aes without Composer
On this page you can find all versions of the php package lyne007/aes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package aes
aes 加密/解密
Requirements
- PHP 5.6 or later
- OpenSSL extension for PHP
Encrypting data
$aes = new \Lyne007\AES\AES;
$encrypted = $aes->encrypt('Very sensitive data', 'password');
Dncrypting data
$aes = new \Lyne007\AES\AES;
$decrypted = $aes->decrypt('U2FsdGVkX19FFkUtgexTiWS1R2GOhm0Qc763zMw+XhaUftJzPFQ6GVhsmuem+8Pa, 'password');
All versions of aes with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package lyne007/aes contains the following files
Loading the files please wait ....