Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + func AESDecryptWithECB(cryptStr, key []byte) ([]byte, error) + func AESEncryptWithECB(str, key []byte) ([]byte, error) + func DeriveKeyMySQL(key []byte, blockSize int) []byte + func PKCS7Pad(data []byte, blockSize int) ([]byte, error) + func PKCS7Unpad(data []byte, blockSize int) ([]byte, error)