Versions in this module Expand all Collapse all v2 v2.0.0 Jun 18, 2023 Changes in this version + const DefaultEncryptionPrefix + func Decrypt(cipherText, secret, encryptionPrefix string) (string, error) + func Encrypt(plainText, secret, encryptionPrefix string) (string, error) + func GenerateHash(password string) (string, error) + func IsValidPassword(hashed, password string) bool