Documentation ¶ Index ¶ func Bcrypt(password string) string func BcryptCheck(encrypted string, password string) bool func Decrypt(data []byte, passphrase string) ([]byte, error) func Encrypt(data []byte, passphrase string) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Bcrypt ¶ func Bcrypt(password string) string func BcryptCheck ¶ func BcryptCheck(encrypted string, password string) bool func Decrypt ¶ func Decrypt(data []byte, passphrase string) ([]byte, error) func Encrypt ¶ func Encrypt(data []byte, passphrase string) ([]byte, error) Types ¶ This section is empty. Source Files ¶ View all Source files aes.go bcrypt.go Click to show internal directories. Click to hide internal directories.