Versions in this module Expand all Collapse all v1 v1.0.1 Apr 11, 2025 Changes in this version + type EncryptData struct + func NewEncryptor() *EncryptData + func (e *EncryptData) Decrypt(encodedCiphertext string) (string, error) + func (e *EncryptData) Encrypt(plaintextBytes []byte) (string, error) v1.0.0 Mar 22, 2025