Documentation
¶
Overview ¶
Package encryption provides data encryption at rest
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Encryptor ¶
type Encryptor struct {
// contains filtered or unexported fields
}
Encryptor provides AES-GCM encryption
func NewEncryptor ¶
NewEncryptor creates a new encryptor
func (*Encryptor) DecryptMap ¶
DecryptMap decrypts all values in a map
Click to show internal directories.
Click to hide internal directories.