Element index for package Crypt_DES
[ c ]
[ d ]
[ e ]
[ s ]
[ _ ]
top
c
- Crypt_DES
- in file DES.php, class Crypt_DES
Pure-PHP implementation of DES.
- Crypt_DES
- in file DES.php, method Crypt_DES::Crypt_DES()
Default Constructor.
- CRYPT_DES_MODE_CBC
- in file DES.php, constant CRYPT_DES_MODE_CBC
Encrypt / decrypt using the Code Book Chaining mode.
- CRYPT_DES_MODE_CFB
- in file DES.php, constant CRYPT_DES_MODE_CFB
Encrypt / decrypt using the Cipher Feedback mode.
- CRYPT_DES_MODE_CTR
- in file DES.php, constant CRYPT_DES_MODE_CTR
Encrypt / decrypt using the Counter mode.
- CRYPT_DES_MODE_ECB
- in file DES.php, constant CRYPT_DES_MODE_ECB
Encrypt / decrypt using the Electronic Code Book mode.
- CRYPT_DES_MODE_OFB
- in file DES.php, constant CRYPT_DES_MODE_OFB
Encrypt / decrypt using the Cipher Feedback mode.
top
top
top
top
|
|