Versions in this module Expand all Collapse all v0 v0.18.6 May 1, 2021 v0.18.1 Mar 22, 2021 Changes in this version + var CommonIV = []byte + var ErrPKCS = errors.New("naza.crypto: fxxk") + func DecryptAESWithCBC(in []byte, key []byte, iv []byte) ([]byte, error) + func DecryptPKCS5(in []byte) ([]byte, error) + func DecryptPKCS7(in []byte) ([]byte, error) + func EncryptAESWithCBC(in []byte, key []byte, iv []byte) ([]byte, error) + func EncryptPKCS5(in []byte) []byte + func EncryptPKCS7(in []byte, blockSize int) []byte