Versions in this module Expand all Collapse all v1 v1.1.0 Sep 3, 2022 v1.0.1 Apr 13, 2022 v1.0.0 Apr 13, 2022 Changes in this version + const PasswordCost + func CheckPasswordHash(password, hash string) bool + func Decrypt(cipherText []byte, plainKey *string) ([]byte, error) + func Encrypt(plainText []byte, plainKey *string) ([]byte, error) + func HashPassword(password string) (string, error)