Versions in this module Expand all Collapse all v1 v1.0.0 Aug 5, 2026 Changes in this version + func Apply(key string, src []byte) ([]byte, error) + func ApplyInPlace(key string, buf []byte) error + func DecryptBase64ToString(key, cipherText string) (string, error) + func DecryptFromBase64(key, cipherText string) ([]byte, error) + func EncryptStringToBase64(key, plainText string) (string, error) + func EncryptToBase64(key string, plainText []byte) (string, error)