Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EncryptionScheme ¶
type EncryptionScheme interface { Encrypt(password string) (string, error) Compare(encryptedPassword, password string) bool ToString() string }
var DefaultEncryptionScheme EncryptionScheme = New(10)
Click to show internal directories.
Click to hide internal directories.