TripleDES.php
Pure-PHP implementation of Triple DES.
Uses mcrypt, if available, and an internal implementation, otherwise. Operates in the EDE3 mode (encrypt-decrypt-encrypt).
PHP version 5
Here's a short example of how to use this library:
Tags
Table of Contents
Classes
- TripleDES
- Pure-PHP implementation of Triple DES.