Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSecureToken ¶
Types ¶
type CustomCrypter ¶
type CustomCrypter struct {
// contains filtered or unexported fields
}
func GetDefaultCrypter ¶
func GetDefaultCrypter() *CustomCrypter
func (*CustomCrypter) CompareHash ¶
func (c *CustomCrypter) CompareHash(hashStr string, str string) bool
func (*CustomCrypter) GenerateHash ¶
func (c *CustomCrypter) GenerateHash(str string) string
Click to show internal directories.
Click to hide internal directories.