Versions in this module Expand all Collapse all v1 v1.0.1 Jun 28, 2023 v1.0.0 Jun 21, 2023 Changes in this version + func NewCryptoAES_CFB(key, iv []byte) goaes.CryptoAES + type CryptoAES_CFB struct + func (c *CryptoAES_CFB) Decrypt(in []byte) (out []byte, err error) + func (c *CryptoAES_CFB) DecryptBase64(in string) (out []byte, err error) + func (c *CryptoAES_CFB) DecryptHex(in string) (out []byte, err error) + func (c *CryptoAES_CFB) Encrypt(in []byte) (out []byte, err error) + func (c *CryptoAES_CFB) EncryptBase64(in []byte) (out string, err error) + func (c *CryptoAES_CFB) EncryptHex(in []byte) (out string, err error) + func (c *CryptoAES_CFB) GetMode() goaes.AES_Mode