Versions in this module Expand all Collapse all v0 v0.9.2 Jan 16, 2025 Changes in this version + func GenerateRandomSalt() string + type PasswordJsonEncoder struct + func NewPasswordJsonEncoder(salt string) *PasswordJsonEncoder + func (e *PasswordJsonEncoder) GetB64PasswordHash(password string) string + func (e *PasswordJsonEncoder) IsPasswordsMatch(password, hash string) bool