Versions in this module Expand all Collapse all v1 v1.4.16 Oct 9, 2021 v1.0.1 Oct 16, 2021 v1.0.0 Oct 15, 2021 Changes in this version + type AesEncrypt struct + StrKey string + func NewAesEncrypt(key string) (aes *AesEncrypt, err error) + func (this *AesEncrypt) Decrypt(src []byte) (strDesc string, err error) + func (this *AesEncrypt) Encrypt(strMesg string) ([]byte, error)