Element index for package Crypt_Blowfish
[ b ]
[ c ]
[ d ]
[ e ]
[ i ]
[ p ]
[ r ]
[ s ]
top
c
- Crypt_Blowfish
- in file Blowfish.php, class Crypt_Blowfish
Example usage:
- Crypt_Blowfish
- in file Blowfish.php, method Crypt_Blowfish::Crypt_Blowfish()
Crypt_Blowfish Constructor Initializes the Crypt_Blowfish object, and gives a sets the secret key if one is provided
- Crypt_Blowfish_DefaultKey
- in file DefaultKey.php, class Crypt_Blowfish_DefaultKey
Class containing default key
- Crypt_Blowfish_DefaultKey
- in file DefaultKey.php, method Crypt_Blowfish_DefaultKey::Crypt_Blowfish_DefaultKey()
- CRYPT_BLOWFISH_ERROR_INVALID
- in file Blowfish.php, constant CRYPT_BLOWFISH_ERROR_INVALID
Error if key is invalid
- CRYPT_BLOWFISH_ERROR_LONG
- in file Blowfish.php, constant CRYPT_BLOWFISH_ERROR_LONG
Error if key is invalid
- CRYPT_BLOWFISH_ERROR_NOT_READY
- in file Blowfish.php, constant CRYPT_BLOWFISH_ERROR_NOT_READY
Error if blowfish object has not been properly initialized
- CRYPT_BLOWFISH_ERROR_SHORT
- in file Blowfish.php, constant CRYPT_BLOWFISH_ERROR_SHORT
Error if key is invalid
- CRYPT_BLOWFISH_N
- in file Blowfish.php, constant CRYPT_BLOWFISH_N
Number of loops
top
top
top
top
top
top
s
- $S
- in file DefaultKey.php, variable Crypt_Blowfish_DefaultKey::$S
- setKey
- in file Blowfish.php, method Crypt_Blowfish::setKey()
Sets the secret key The key must be greater than or equal to 4 characters in length, and less than or equal to 56 characters in length. It must also be divisible by four.
top
Documentation generated on Tue, 22 Feb 2005 23:30:05 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|