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

Element index for package Crypt_AES

[ a ] [ c ] [ d ] [ e ] [ s ]

a

AES.php
procedural page AES.php
top

c

Crypt_AES
in file AES.php, class Crypt_AES
    Pure-PHP implementation of AES.
Crypt_AES
in file AES.php, method Crypt_AES::Crypt_AES()
    Default Constructor.
CRYPT_AES_MODE_CBC
in file AES.php, constant CRYPT_AES_MODE_CBC
    Encrypt / decrypt using the Code Book Chaining mode.
CRYPT_AES_MODE_CFB
in file AES.php, constant CRYPT_AES_MODE_CFB
    Encrypt / decrypt using the Cipher Feedback mode.
CRYPT_AES_MODE_CTR
in file AES.php, constant CRYPT_AES_MODE_CTR
    Encrypt / decrypt using the Counter mode.
CRYPT_AES_MODE_ECB
in file AES.php, constant CRYPT_AES_MODE_ECB
    Encrypt / decrypt using the Electronic Code Book mode.
CRYPT_AES_MODE_OFB
in file AES.php, constant CRYPT_AES_MODE_OFB
    Encrypt / decrypt using the Cipher Feedback mode.
top

d

decrypt
in file AES.php, method Crypt_AES::decrypt()
    Decrypts a message.
top

e

encrypt
in file AES.php, method Crypt_AES::encrypt()
    Encrypts a message.
top

s

setBlockLength
in file AES.php, method Crypt_AES::setBlockLength()
    Dummy function
top

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