Module crypto

Module crypto 

Source
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