package
0.0.0-20181009085715-d60a1a227b92
Repository: https://github.com/lightkool/tidb.git
Documentation: pkg.go.dev

# Functions

AESDecryptWithCBC decrypts data using AES with CBC mode.
AESDecryptWithECB decrypts data using AES with ECB mode.
AESEncryptWithCBC encrypts data using AES with CBC 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.