Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncryptionStore ¶
func (*EncryptionStore) Decrypt ¶
func (e *EncryptionStore) Decrypt() (decryptedContent []byte, err error)
Decrypt uses an encryption key from the callers environment alongside previously stored initialization vector and encrypted cipher text to decrypt content
func (*EncryptionStore) Encrypt ¶
func (e *EncryptionStore) Encrypt(content []byte) (err error)
Encrypt uses an encryption key from the callers environment to encrypt content
Click to show internal directories.
Click to hide internal directories.