feat: add native scrypt password hashing
This commit is contained in:
@@ -43,6 +43,9 @@ String hmac_sha256_hex(String key, String data);
|
||||
String base64_decode(String raw);
|
||||
String random_bytes(u64 n);
|
||||
bool crypto_equal(String a, String b);
|
||||
String password_hash(String password);
|
||||
bool password_verify(String password, String encoded);
|
||||
bool password_needs_rehash(String encoded);
|
||||
String shell_escape(String raw);
|
||||
String basename(String fn);
|
||||
String dirname(String fn);
|
||||
|
||||
Reference in New Issue
Block a user