package
0.2.6
Repository: https://github.com/virtuslab/crypt.git
Documentation: pkg.go.dev

# Functions

DecryptAWS decrypts ciphertext using AWS KMS.
DecryptAzure decrypts ciphertext using Azure Key Vault.
DecryptGCP decrypts ciphertext using GCP KMS.
EncryptAWS encrypts plaintext using AWS KMS.
EncryptAzure encrypts plaintext using Azure Key Vault.
EncryptGCP encrypts plaintext using GCP KMS.
TemplateFunctions provides template functions for render or the standard (text/template) template engine - encryptAWS - encrypts the data from inside of the template using AWS KMS, for best results use with gzip and b64enc - decryptAWS - decrypts the data from inside of the template using AWS KMS, for best results use with ungzip and b64dec - encryptGCP - encrypts the data from inside of the template using GCP KMS, for best results use with gzip and b64enc - decryptGCP - decrypts the data from inside of the template using GCP KMS, for best results use with ungzip and b64dec - encryptAzure - encrypts the data from inside of the template using Azure Key Vault, for best results use with gzip and b64enc - decryptAzure - decrypts the data from inside of the template using Azure Key Vault, for best results use with ungzip and b64dec */.