Versions in this module Expand all Collapse all v1 v1.2.1 Mar 15, 2020 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)