Crypt_Blowfish
[ class tree: Crypt_Blowfish ] [ index: Crypt_Blowfish ] [ all elements ]

Index of all elements

[ b ] [ c ] [ d ] [ e ] [ i ] [ p ] [ ]

b

Blowfish.php
procedural page Blowfish.php
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

d

DefaultKey.php
procedural page DefaultKey.php
decrypt
in file Blowfish.php, method Crypt_Blowfish::decrypt()
    Decrypts an encrypted string
top

e

encrypt
in file Blowfish.php, method Crypt_Blowfish::encrypt()
    Encrypts a string
top

i

init
in file Blowfish.php, method Crypt_Blowfish::init()
    Initializes the Crypt_Blowfish object
isReady
in file Blowfish.php, method Crypt_Blowfish::isReady()
    Function to check if the Crypt_Blowfish object is ready to be used or not
top

p

$P
in file DefaultKey.php, variable Crypt_Blowfish_DefaultKey::$P
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.