[Crypt_Xtea2] element index
Package indexes
Crypt_Xtea2_Test
All elements
c
d
e
g
s
x
_
_
top
_add
Crypt_Xtea2::_add()
in Xtea2.php
Handle proper unsigned add, dealing with PHP's signed add.
_decipherLong
Crypt_Xtea2::_decipherLong()
in Xtea2.php
Decipher a single long (32-bit) value.
_encipherLong
Crypt_Xtea2::_encipherLong()
in Xtea2.php
Encipher a single long (32-bit) value.
_hex2bin
Crypt_Xtea2::_hex2bin()
in Xtea2.php
Convert a hexadecimal string to a binary string (e.g. convert "616263" to "abc").
_long2str
Crypt_Xtea2::_long2str()
in Xtea2.php
Convert long to character string.
_resize
Crypt_Xtea2::_resize()
in Xtea2.php
Resize data string to a multiple of specified size.
_rshift
Crypt_Xtea2::_rshift()
in Xtea2.php
Handle proper unsigned right shift, dealing with PHP's signed shift.
_str2long
Crypt_Xtea2::_str2long()
in Xtea2.php
Convert string to array of long.
__construct
Crypt_Xtea2::__construct()
in Xtea2.php
Constructor, sets the number of iterations.
c
top
Crypt_Xtea2
Crypt_Xtea2
in Xtea2.php
Class that implements the xTEA encryption algorithm.
d
top
decrypt
Crypt_Xtea2::decrypt()
in Xtea2.php
Decrypt an encrypted string using a specific key.
e
top
encrypt
Crypt_Xtea2::encrypt()
in Xtea2.php
Encrypt a string using a specific key.
g
top
getIter
Crypt_Xtea2::getIter()
in Xtea2.php
Get the number of iterations to use.
s
top
setIter
Crypt_Xtea2::setIter()
in Xtea2.php
Set the number of iterations to use.
x
top
Xtea2.php
Xtea2.php
in Xtea2.php
c
d
e
g
s
x
_