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

Element index for package Crypt_Blowfish

[ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ m ] [ p ] [ s ] [ _ ]

_

$_block_size
in file Blowfish.php, variable Crypt_Blowfish::$_block_size
    Holds block size
$_iv
in file Blowfish.php, variable Crypt_Blowfish::$_iv
    Initialization vector
$_iv_required
in file PHP.php, variable Crypt_Blowfish_PHP::$_iv_required
    Whether the IV is required
$_iv_size
in file Blowfish.php, variable Crypt_Blowfish::$_iv_size
    Holds IV size
$_keyHash
in file PHP.php, variable Crypt_Blowfish_PHP::$_keyHash
    Hash value of last used key
$_key_size
in file Blowfish.php, variable Crypt_Blowfish::$_key_size
    Holds max key size
$_P
in file PHP.php, variable Crypt_Blowfish_PHP::$_P
    P-Array contains 18 32-bit subkeys
$_S
in file PHP.php, variable Crypt_Blowfish_PHP::$_S
    Array of four S-Blocks each containing 256 32-bit entries
_binxor
in file PHP.php, method Crypt_Blowfish_PHP::_binxor()
    Workaround for XOR on certain systems
_decipher
in file PHP.php, method Crypt_Blowfish_PHP::_decipher()
    Deciphers a single 64-bit block
_encipher
in file PHP.php, method Crypt_Blowfish_PHP::_encipher()
    Enciphers a single 64-bit block
__construct
in file PHP.php, method Crypt_Blowfish_PHP::__construct()
    Crypt_Blowfish_PHP Constructor Initializes the Crypt_Blowfish object, and sets the secret key
__construct
in file CBC.php, method Crypt_Blowfish_CBC::__construct()
    Class constructor
__construct
in file ECB.php, method Crypt_Blowfish_ECB::__construct()
    Class constructor
top

b

Blowfish.php
procedural page Blowfish.php
top

c

Crypt_Blowfish
in file Blowfish.php, class Crypt_Blowfish
    Example using the factory method in CBC mode
Crypt_Blowfish
in file Blowfish.php, method Crypt_Blowfish::Crypt_Blowfish()
    Crypt_Blowfish Constructor Initializes the Crypt_Blowfish object (in EBC mode), and sets the secret key
CBC.php
procedural page CBC.php
CRYPT_BLOWFISH_AUTO
in file Blowfish.php, constant CRYPT_BLOWFISH_AUTO
    To let the Crypt_Blowfish package decide which engine to use
Crypt_Blowfish_CBC
in file CBC.php, class Crypt_Blowfish_CBC
    Example
Crypt_Blowfish_CBC
in file CBC.php, method Crypt_Blowfish_CBC::Crypt_Blowfish_CBC()
    Crypt_Blowfish Constructor Initializes the Crypt_Blowfish object, and sets the secret key
Crypt_Blowfish_DefaultKey
in file DefaultKey.php, method Crypt_Blowfish_DefaultKey::Crypt_Blowfish_DefaultKey()
Crypt_Blowfish_DefaultKey
in file DefaultKey.php, class Crypt_Blowfish_DefaultKey
    Class containing default key
Crypt_Blowfish_ECB
in file ECB.php, method Crypt_Blowfish_ECB::Crypt_Blowfish_ECB()
    Crypt_Blowfish Constructor Initializes the Crypt_Blowfish object, and sets the secret key
Crypt_Blowfish_ECB
in file ECB.php, class Crypt_Blowfish_ECB
    Example
Crypt_Blowfish_MCrypt
in file MCrypt.php, method Crypt_Blowfish_MCrypt::Crypt_Blowfish_MCrypt()
    Crypt_Blowfish Constructor Initializes the Crypt_Blowfish object, and sets the secret key
Crypt_Blowfish_MCrypt
in file MCrypt.php, class Crypt_Blowfish_MCrypt
    Example using the factory method in CBC mode and forcing using the MCrypt library.
CRYPT_BLOWFISH_MCRYPT
in file Blowfish.php, constant CRYPT_BLOWFISH_MCRYPT
    To use the MCrypt PHP extension.
Crypt_Blowfish_PHP
in file PHP.php, class Crypt_Blowfish_PHP
    Common class for PHP-only implementations
CRYPT_BLOWFISH_PHP
in file Blowfish.php, constant CRYPT_BLOWFISH_PHP
    To use the PHP-only engine.
top

d

DefaultKey.php
procedural page DefaultKey.php
decrypt
in file MCrypt.php, method Crypt_Blowfish_MCrypt::decrypt()
    Decrypts an encrypted string
decrypt
in file ECB.php, method Crypt_Blowfish_ECB::decrypt()
    Decrypts an encrypted string
decrypt
in file Blowfish.php, method Crypt_Blowfish::decrypt()
    Decrypts an encrypted string
decrypt
in file CBC.php, method Crypt_Blowfish_CBC::decrypt()
    Decrypts an encrypted string
top

e

ECB.php
procedural page ECB.php
encrypt
in file MCrypt.php, method Crypt_Blowfish_MCrypt::encrypt()
    Encrypts a string
encrypt
in file ECB.php, method Crypt_Blowfish_ECB::encrypt()
    Encrypts a string
encrypt
in file Blowfish.php, method Crypt_Blowfish::encrypt()
    Encrypts a string
encrypt
in file CBC.php, method Crypt_Blowfish_CBC::encrypt()
    Encrypts a string
top

f

factory
in file Blowfish.php, method Crypt_Blowfish::factory()
    Crypt_Blowfish object factory
top

g

getBlockSize
in file Blowfish.php, method Crypt_Blowfish::getBlockSize()
    Returns the algorithm's block size
getIVSize
in file Blowfish.php, method Crypt_Blowfish::getIVSize()
    Returns the algorithm's IV size
getMaxKeySize
in file Blowfish.php, method Crypt_Blowfish::getMaxKeySize()
    Returns the algorithm's maximum key size
top

i

init
in file Blowfish.php, method Crypt_Blowfish::init()
    Deprecated init method - init is now a private method and has been replaced with _init
isReady
in file Blowfish.php, method Crypt_Blowfish::isReady()
    Deprecated isReady method
top

m

MCrypt.php
procedural page MCrypt.php
top

p

$P
in file DefaultKey.php, variable Crypt_Blowfish_DefaultKey::$P
PHP.php
procedural page PHP.php
top

s

$S
in file DefaultKey.php, variable Crypt_Blowfish_DefaultKey::$S
setKey
in file PHP.php, method Crypt_Blowfish_PHP::setKey()
    Sets the secret key The key must be non-zero, and less than or equal to 56 characters (bytes) in length.
setKey
in file MCrypt.php, method Crypt_Blowfish_MCrypt::setKey()
    Sets the secret key The key must be non-zero, and less than or equal to 56 characters (bytes) in length.
setKey
in file Blowfish.php, method Crypt_Blowfish::setKey()
    Sets the secret key The key must be non-zero, and less than or equal to 56 characters (bytes) in length.
top

Documentation generated on Mon, 11 Mar 2019 15:25:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.