Versions in this module Expand all Collapse all v1 v1.6.7 Feb 27, 2018 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)