Versions in this module Expand all Collapse all v0 v0.19.4 May 24, 2023 Changes in this version + func AesDecrypt(key, text []byte) ([]byte, error) + func AesEncrypt(key, text []byte) ([]byte, error) + func DecryptSecret(key, cipherHex string) (string, error) + func EncryptSecret(key, str string) (string, error)