| Methods | ||
|---|---|---|
public
static
|
crypto_auth_verify($hmac, $crypt_string, $crypt_key)
|
# |
public
static
|
crypto_secretbox_open($crypt_string, $salt, $crypt_key)
|
# |
public
static
|
crypto_secretbox($string, $salt, $key)
|
# |
public
static
|
crypto_auth($ciphertext, $key)
|
# |
public
static
|
crypto_pwhash_str($password)
|
# |
public
static
|
crypto_pwhash_str_verify($hash, $password)
|
# |
public
static
|
randombytes_buf()
|
# |