Expand description
Cryptographic functions
Windjammer’s std::crypto module maps to these functions.
Functions§
- base64_
decode - Base64 decode
- base64_
encode - Base64 encode
- hash_
password - Hash password with bcrypt
- sha256
- SHA-256 hash
- sha256_
string - SHA-256 hash of string
- verify_
password - Verify password against bcrypt hash