package
0.0.0-20230314032259-bae9de3af2ca
Repository: https://github.com/escalice/go-demo.git
Documentation: pkg.go.dev

# Functions

AesDecryptByCBC 解密.
AesDecryptByCFB 解密.
AesDecryptByCTR 解密.
AesDecryptByECB 解密.
AesDecryptByGCM 解密(GCM 不需要解码).
AesDecryptByOFB 解密.
AesEncryptByCBC AES加密.
AesEncryptByCFB 加密 分别返回 hex 格式和 base64 结果.
AesEncryptByCTR 加密,分别返回 hex 格式和 base64 结果.
AesEncryptByECB 加密.
AesEncryptByGCM 加密(GCM 不需要补码).
AesEncryptByOFB 加密 分别返回 hex格式 和 base64 结果.