Documentation ¶
Index ¶
- func CheckPassword(passwordhash, password []byte) error
- func CreateHash(key string) string
- func Decrypt(data []byte, passphrase string) []byte
- func Decrypter(ciphertext []byte, key []byte) ([]byte, error)
- func Encrypt(data []byte, passphrase string) []byte
- func Encrypter(plaintext []byte, key []byte) ([]byte, error)
- func HashPassword(password string) (string, error)
- func Keyen() []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPassword ¶
func CreateHash ¶
func HashPassword ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.