Versions in this module Expand all Collapse all v0 v0.1.0 Mar 10, 2024 Changes in this version + var EnvKeyAESCipher = "CIPHER" + var EnvKeyInitializationVector = "IV" + func Detokenize(s string, aesSize, cipherSize int, cipher ...map[string]string) (string, map[string]string, error) + func GenerateAlphaNumericString(size int) string + func NewCipher(aesSize, cipherSize int) map[string]string + func Tokenize(s string, aesSize, cipherSize int, cipher ...map[string]string) (string, map[string]string, error)