XXTEA encryption algorithm extension for PHP.
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.
License: MIT
Version | Release | Download |
1.0.11 | 2016-01-05 | xxtea-1.0.11.tgz |
1.0.10 | 2015-03-28 | xxtea-1.0.10.tgz |
1.0.9 | 2015-03-23 | xxtea-1.0.9.tgz |
1.0.8 | 2015-03-23 | xxtea-1.0.8.tgz |
1.0.7 | 2015-03-23 | xxtea-1.0.7.tgz |
Version | Message |
1.0.11 | Moved include php.h from .c to .h |
1.0.10 | Fixed typo in configure output |
1.0.9 | Added Changelog |
1.0.8 | Initial release to PECL |
1.0.7 | Initial release to PECL |