package
1.0.2
Repository: https://github.com/azdbaaaaaa/dingding.git
Documentation: pkg.go.dev

# Functions

AESDecryptMsg 消息解密 encrypt = Base64_Encode(AES_Encrypt[random(16B) + msg_len(4B) + msg + $key]).
AESEncryptMsg 消息加密 encrypt = Base64_Encode(AES_Encrypt[random(16B) + msg_len(4B) + msg + $key]).
GetRandString 获取指定长度的随机字符串.
GetRandStringWithCharset 获取指定字符集 下 指定长度的随机字符串.
No description provided by the author