Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Password ¶
type Password struct { NewHash func() hash.Hash RandReader io.Reader HashSize int RandSize int EncodeToString func([]byte) string DecodeString func(string) ([]byte, error) }
Password Lossy encryption used to store and verify passwords
Click to show internal directories.
Click to hide internal directories.