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

Element index for package Crypt_DES

[ c ] [ d ] [ e ] [ s ] [ _ ]

_

_generate_xor
in file DES.php, method Crypt_DES::_generate_xor()
    Generate CTR XOR encryption key
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

d

decrypt
in file DES.php, method Crypt_DES::decrypt()
    Decrypts a message.
disableContinuousBuffer
in file DES.php, method Crypt_DES::disableContinuousBuffer()
    Treat consecutive packets as if they are a discontinuous buffer.
disablePadding
in file DES.php, method Crypt_DES::disablePadding()
    Do not pad packets.
DES.php
procedural page DES.php
top

e

enableContinuousBuffer
in file DES.php, method Crypt_DES::enableContinuousBuffer()
    Treat consecutive "packets" as if they are a continuous buffer.
enablePadding
in file DES.php, method Crypt_DES::enablePadding()
    Pad "packets".
encrypt
in file DES.php, method Crypt_DES::encrypt()
    Encrypts a message.
top

s

setIV
in file DES.php, method Crypt_DES::setIV()
    Sets the initialization vector. (optional)
setKey
in file DES.php, method Crypt_DES::setKey()
    Sets the key.
top

Documentation generated on Tue, 22 Nov 2011 16:29:23 +0100 by phpDocumentor 1.4.1