Documentation
¶
Index ¶
- func DecodeEncryptionKey(key string) ([]byte, error)
- func DecryptBytes(key []byte, cipherText []byte) ([]byte, error)
- func EncodeEncryptionKey(key []byte) string
- func EncryptBytes(key []byte, plainText []byte) ([]byte, error)
- func GenerateEncryptionKey() ([]byte, error)
- func HashEncryptionKey(key []byte) (string, error)
- func NewID() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeEncryptionKey ¶
func EncodeEncryptionKey ¶
func GenerateEncryptionKey ¶
func HashEncryptionKey ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.