Versions in this module Expand all Collapse all v0 v0.1.1 Sep 13, 2023 v0.1.0 Jul 14, 2023 Changes in this version + func AESCBCDecrypt(cipherText, key, iv []byte) []byte + func AESCBCEncrypt(plainText, key, iv []byte) []byte + func AESECBDecrypt(cipherText, key []byte) []byte + func AESECBEncrypt(plainText, key []byte) []byte + func NewECBDecrypter(b cipher.Block) cipher.BlockMode + func NewECBEncrypter(b cipher.Block) cipher.BlockMode + func RSAEncrypt(origData []byte, modulus string, exponent int64) string