Download the PHP package lyhiving/aes without Composer
On this page you can find all versions of the php package lyhiving/aes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor lyhiving
Package aes
Short Description PHP AES encryption
License MIT
Homepage https://github.com/lyhiving/aes
Package aes
Short Description PHP AES encryption
License MIT
Homepage https://github.com/lyhiving/aes
Keywords encryptionaes
Please rate this library. Is it a good library?
Informations about the package aes
AES encryption
php aes加解密简单应用。
PHP与JS通信对称加解密通道
可见的问题,一旦JS端泄露密钥,这个加解密的就不是那么好玩了。不过作为一个不错的加密通信方式,比明文要强一点。速度也是杠杠的。
安装
使用 Composer
用法
加密:
解密:
重点:$iv 要求必须是16位的。
所以,自己生成一个16位字符会更好点。
比如: 生成一个16位的MD5
All versions of aes with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-gd Version *
ext-gd Version *
The package lyhiving/aes contains the following files
Loading the files please wait ....