Versions in this module Expand all Collapse all v1 v1.0.0 Mar 1, 2023 Changes in this version + func Decrypt(data []byte, key []byte, includeLength bool) []byte + func DecryptString(str, key string, includeLength bool) (string, error) + func DecryptURLToStdString(str, key string, includeLength bool) (string, error) + func Encrypt(data []byte, key []byte, includeLength bool) []byte + func EncryptStdToURLString(str, key string, includeLength bool) string + func EncryptString(str, key string, includeLength bool) string v1.0.0-systec Mar 1, 2023