Package Information |
Summary |
XXTEA encryption algorithm extension for PHP. |
Maintainers |
Bingyao Ma <
mabingyao at gmail dot com >
(lead)
[details]
|
License |
MIT |
Description |
XXTEA encryption algorithm extension for PHP.
XXTEA is a fast and secure encryption algorithm. This is a XXTEA extension for PHP.
It is different from the original XXTEA encryption algorithm. It encrypts and decrypts string instead of uint32 array, and the key is also string. |
Homepage |
https://github.com/xxtea/xxtea-pecl
|
Release notes
Version 1.0.11
(stable)
|
Moved include php.h from .c to .h |