Documentation ¶
Index ¶
- func Decrypt(text []byte, aKID, secretKey, region string) ([]byte, error)
- func DecryptFile(srcFile, desFile, aKID, secretKey, region string) error
- func DecryptFileToBuffer(srcFile, aKID, secretKey, region string) ([]byte, error)
- func Encrypt(text, aKID, secretKey, region, keyId string) ([]byte, error)
- func EncryptFile(srcFile, desFile, aKID, secretKey, region, keyId string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptFile ¶
func DecryptFileToBuffer ¶
func EncryptFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.