Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + func AesDecrypt(cryted string, key string) string + func AesEncrypt(orig string, key string) string + func PKCS7Padding(ciphertext []byte, blocksize int) []byte + func PKCS7UnPadding(origData []byte) []byte