Version: stable
FUNCTIONS | |
---|---|
crypt.hash_sha1() | |
crypt.hash_sha256() | |
crypt.hash_sha512() | |
crypt.hash_md5() | |
crypt.encode_base64() | |
crypt.decode_base64() | |
crypt.encrypt_xtea() | |
crypt.decrypt_xtea() |
crypt.encrypt_xtea(source,key)
PARAMETERS
source |
string |
|
key |
string |
key should be <=16 |
RETURNS
string |
crypt.decrypt_xtea(source,key)
PARAMETERS
source |
string |
|
key |
string |
key should be <=16 |
RETURNS
string |