package
0.0.0-20241217071912-327d24cce01c
Repository: https://github.com/menciuscheng/algorithm-code.git
Documentation: pkg.go.dev

# 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])中的任意一个。.
去码.

# Constants

AesKey256Len aes 密钥长度.
Symbols 随机字符串可用字符集.

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author