Versions in this module Expand all Collapse all v0 v0.0.2 Dec 12, 2023 Changes in this version + func CBCDecrypt(decodeStr string, key, iv []byte) ([]byte, error) + func CBCEncrypt(encodeStr string, key, iv []byte) (string, error) + func PKCS5Padding(ciphertext []byte, blockSize int) []byte + func PKCS5UnPadding(origData []byte) []byte