DES.php
Pure-PHP implementation of DES.
Uses mcrypt, if available, and an internal implementation, otherwise.
PHP version 5
Useful resources are as follows:
- Wikipedia: DES supplementary material
- FIPS 46-2 - (DES), Data Encryption Standard
- JavaScript DES Example
Here's a short example of how to use this library:
Tags
Table of Contents
Classes
- DES
- Pure-PHP implementation of DES.