Versions in this module Expand all Collapse all v1 v1.1.0 Jun 13, 2023 v1.0.0 May 12, 2023 Changes in this version + func CreateRandomString(len int) string + func PasswordEncode(password string, salt string, iterations int) (string, error) + func PasswordVerify(password string, encoded string) (bool, error)