Versions in this module Expand all Collapse all v1 v1.8.0 Jan 15, 2025 Changes in this version + func BcryptCheck(password, hash string) bool + func BcryptEncrypt(password string) string + func CreateSalt(length int) string + func MD5(text string) string + func MD5Check(password, salt, hash string) bool + func MD5Encrypt(password, salt string) string