Versions in this module Expand all Collapse all v0 v0.1.1 Dec 23, 2024 Changes in this version + type AESEncryptionService struct + func CreateAESEncryptionService(key string) *AESEncryptionService + func (s *AESEncryptionService) Decrypt(cipherBase64 string) (string, error) + func (s *AESEncryptionService) Encrypt(plainText string) (string, error)