Documentation
¶
Overview ¶
Package encryption provides encryption and decryption.
Index ¶
Constants ¶
View Source
const EncryptionKeyTypeAWSKMS = "aws_kms"
View Source
const EncryptionKeyTypeGoogleKMS = "google_kms"
View Source
const EncryptionKeyTypeLocal = "local"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AESCrypter ¶
type AESCrypter struct {
// contains filtered or unexported fields
}
func NewAESCrypter ¶
func NewAESCrypter(key []byte) *AESCrypter
Click to show internal directories.
Click to hide internal directories.