package
2.1.0-rc.2+incompatible
Repository: https://github.com/coderushing/tidb.git
Documentation: pkg.go.dev
# Functions
AESDecryptWithECB decrypts data using AES with ECB mode.
AESEncryptWithECB encrypts data using AES with ECB mode.
DeriveKeyMySQL derives the encryption key from a password in MySQL algorithm.
PKCS7Pad pads data using PKCS7.
PKCS7Unpad unpads data using PKCS7.
SQLDecode Function to handle the decode() function.
SQLEncode Function to handle the encode() function.