Xtea
class Xtea implements ICryptography
Properties
protected | $key | ||
$cbc |
Methods
__construct($key)
No description
encrypt(string $text)
Encrypt
decrypt(string $text)
Decrypt
benchmark($length = 1000)
No description
check_implementation()
No description
Details
at line 44
__construct($key)
at line 50
encrypt(string $text)
Encrypt
at line 91
decrypt(string $text)
Decrypt