# 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.