Element index for package Crypt_Rijndael
[ c ]
[ d ]
[ e ]
[ r ]
[ s ]
[ _ ]
top
c
- Crypt_Rijndael
- in file Rijndael.php, class Crypt_Rijndael
Pure-PHP implementation of Rijndael.
- Crypt_Rijndael
- in file Rijndael.php, method Crypt_Rijndael::Crypt_Rijndael()
Default Constructor.
- CRYPT_RIJNDAEL_MODE_CBC
- in file Rijndael.php, constant CRYPT_RIJNDAEL_MODE_CBC
Encrypt / decrypt using the Code Book Chaining mode.
- CRYPT_RIJNDAEL_MODE_CFB
- in file Rijndael.php, constant CRYPT_RIJNDAEL_MODE_CFB
Encrypt / decrypt using the Cipher Feedback mode.
- CRYPT_RIJNDAEL_MODE_CTR
- in file Rijndael.php, constant CRYPT_RIJNDAEL_MODE_CTR
Encrypt / decrypt using the Counter mode.
- CRYPT_RIJNDAEL_MODE_ECB
- in file Rijndael.php, constant CRYPT_RIJNDAEL_MODE_ECB
Encrypt / decrypt using the Electronic Code Book mode.
- CRYPT_RIJNDAEL_MODE_OFB
- in file Rijndael.php, constant CRYPT_RIJNDAEL_MODE_OFB
Encrypt / decrypt using the Cipher Feedback mode.
top
top
top
top
top
|
|