Versions in this module Expand all Collapse all v0 v0.8.0 Jun 30, 2023 Changes in this version + type AES struct + func NewAES(key string) *AES + func (c *AES) Decrypt(value string) (string, error) + func (c *AES) Encrypt(value string) (string, error)