Class Crypt_AES
Pure-PHP implementation of AES.
- Crypt_Rijndael
- Crypt_AES
Copyright: MMVIII Jim Wigginton
License: MIT License
Author: Jim Wigginton <terrafrost@php.net>
Version: 0.1.0
Located at vendors/phpseclib/Crypt/AES.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
String
|
|
public
String
|
Methods inherited from Crypt_Rijndael
Crypt_Rijndael()
,
_generate_xor()
,
_invSubWord()
,
_pad()
,
_setup()
,
_string_shift()
,
_subWord()
,
_unpad()
,
disableContinuousBuffer()
,
disablePadding()
,
enableContinuousBuffer()
,
enablePadding()
,
setKey()
,
setKeyLength()
,
setPassword()
Magic methods summary
Properties summary
public
String
|
$enmcrypt |
#
mcrypt resource for encryption |
public
String
|
$demcrypt |
#
mcrypt resource for decryption |
public
String
|
$ecb |
#
mcrypt resource for CFB mode |
Properties inherited from Crypt_Rijndael
$Nb
,
$Nk
,
$Nr
,
$block_size
,
$c
,
$changed
,
$continuousBuffer
,
$debuffer
,
$decryptIV
,
$dt0
,
$dt1
,
$dt2
,
$dt3
,
$dw
,
$enbuffer
,
$encryptIV
,
$explicit_key_length
,
$iv
,
$key
,
$key_size
,
$mode
,
$paddable
,
$padding
,
$t0
,
$t1
,
$t2
,
$t3
,
$w