Versions in this module Expand all Collapse all v1 v1.0.3 Nov 20, 2024 v1.0.2 Nov 20, 2024 v1.0.1 Nov 19, 2024 Changes in this version + type AesEncrypt struct + StrKey string + func NewAesEncrypt(key string) (aes *AesEncrypt, err error) + func (ae *AesEncrypt) Decrypt(src []byte) (strDesc string, err error) + func (ae *AesEncrypt) Encrypt(str string) ([]byte, error)