package
0.0.0-20180920010412-6999b08416f3
Repository: https://github.com/nify/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.