Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crypt ¶
type Crypt struct {
// contains filtered or unexported fields
}
Crypt structure holds implementation of particular Key Management Service e.g. AWS KMS
func (*Crypt) DecryptFile ¶
DecryptFile reads from the inputPath file or stdin if empty. Then decrypts content with corresponding Key Management Service. Plaintext is saved into outputPath file or print on stdout if empty.
func (*Crypt) EncryptFile ¶
EncryptFile reads from the inputPath file or stdin if empty. Then encrypts content with corresponding Key Management Service. Ciphertext is saved into outputPath file or print on stdout if empty.
Click to show internal directories.
Click to hide internal directories.