Version: stable
FUNCTION | |
---|---|
crypt.hash_sha1() | |
crypt.hash_sha256() | |
crypt.hash_sha512() | |
crypt.hash_md5() | |
crypt.encode_base64() | |
crypt.decode_base64() |
crypt.hash_sha1(buffer)
PARAMETERS
buffer |
string |
crypt.hash_sha256(buffer)
PARAMETERS
buffer |
string |
crypt.hash_sha512(buffer)
PARAMETERS
buffer |
string |
crypt.hash_md5(buffer)
PARAMETERS
buffer |
string |
crypt.encode_base64(input)
PARAMETERS
input |
string |
crypt.decode_base64(input)
PARAMETERS
input |
string |