 | Up one level
| |
 | AES.php [source] [126 lines] | Pure-PHP implementation of AES. Uses mcrypt, if available/possible, and an internal implementation, otherwise. |
 | Base.php [source] [2907 lines] | Base Class for all \phpseclib\Crypt\* cipher classes PHP version 5 |
 | Blowfish.php [source] [993 lines] | Pure-PHP implementation of Blowfish. Uses mcrypt, if available, and an internal implementation, otherwise. |
 | DES.php [source] [1449 lines] | Pure-PHP implementation of DES. Uses mcrypt, if available, and an internal implementation, otherwise. |
 | Hash.php [source] [893 lines] | Pure-PHP implementations of keyed-hash message authentication codes (HMACs) and various cryptographic hashing functions. Uses hash() or mhash() if available and an internal implementation, otherwise. Currently supports the following: |
 | RC2.php [source] [694 lines] | Pure-PHP implementation of RC2. Uses mcrypt, if available, and an internal implementation, otherwise. |
 | RC4.php [source] [348 lines] | Pure-PHP implementation of RC4. Uses mcrypt, if available, and an internal implementation, otherwise. |
 | RSA.php [source] [3342 lines] | Pure-PHP PKCS#1 (v2.1) compliant implementation of RSA. PHP version 5 |
 | Random.php [source] [280 lines] | Random Number Generator PHP version 5 |
 | Rijndael.php [source] [941 lines] | Pure-PHP implementation of Rijndael. Uses mcrypt, if available/possible, and an internal implementation, otherwise. |
 | TripleDES.php [source] [460 lines] | Pure-PHP implementation of Triple DES. Uses mcrypt, if available, and an internal implementation, otherwise. Operates in the EDE3 mode (encrypt-decrypt-encrypt). |
 | Twofish.php [source] [852 lines] | Pure-PHP implementation of Twofish. Uses mcrypt, if available, and an internal implementation, otherwise. |