# Functions
AESDecrypt aes 解密,返回明文字符串.
AESEncrypt aes 加密,返回的密文由base64编码.
GenerateRandomString 生成一个指定长度的随机字符串(只包含大小写字母与数字).
No description provided by the author
补码AES加密数据块分组长度必须为128bit(byte[16]),密钥长度可以是128bit(byte[16])、192bit(byte[24])、256bit(byte[32])中的任意一个。.
去码.
# Interfaces
No description provided by the author