Versions in this module Expand all Collapse all v0 v0.0.3 Jul 3, 2024 v0.0.1 Jun 30, 2024 Changes in this version + func AESDecrypt(ciphertext []byte) string + func AESEncrypt(coverText []byte) []byte + func Decrypt(cipherTextBase64, password string) (string, error) + func Encrypt(plainText, password string) (string, error)