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_ECB(key, iv []byte) goaes.CryptoAES + type CryptoAES_ECB struct + func (c *CryptoAES_ECB) Decrypt(in []byte) (out []byte, err error) + func (c *CryptoAES_ECB) DecryptBase64(in string) (out []byte, err error) + func (c *CryptoAES_ECB) DecryptHex(in string) (out []byte, err error) + func (c *CryptoAES_ECB) Encrypt(in []byte) (out []byte, err error) + func (c *CryptoAES_ECB) EncryptBase64(in []byte) (out string, err error) + func (c *CryptoAES_ECB) EncryptHex(in []byte) (out string, err error) + func (c *CryptoAES_ECB) GetMode() goaes.AES_Mode