Versions in this module Expand all Collapse all v3 v3.0.0 Dec 22, 2021 Changes in this version + func Decrypt(opts *DecryptOptions) (result string, err error) + func DecryptFile(opts *DecryptFileOptions) (result string, err error) + func Encrypt(opts *EncryptOptions) (result string, err error) + func EncryptFile(opts *EncryptFileOptions) (result string, err error) + func GenerateRandomBytes(n int) ([]byte, error) + type DecryptFileOptions struct + Filename string + Password *[]byte + type DecryptOptions struct + Data *[]byte + Password *[]byte + type EncryptFileOptions struct + Filename string + Password *[]byte + VaultID string + type EncryptOptions struct + Body *[]byte + Password *[]byte + VaultID string Other modules containing this package github.com/clok/avtool/v2