Versions in this module Expand all Collapse all v0 v0.1.1 Jul 1, 2020 Changes in this version + type PasswordCrypter struct + func NewPasswordCrypter(secretpassphrase string) (pc PasswordCrypter) + func (pc PasswordCrypter) DecryptString(data string) (plaintext string) + func (pc PasswordCrypter) EncryptString(data string) (encodedstring string) v0.0.3 Jul 6, 2020 Changes in this version + type Crypter struct + func NewCrypter(secretpassphrase string) (pc Crypter) + func (pc Crypter) DecryptString(data string) (plaintext string) + func (pc Crypter) EncryptString(data string) (encodedstring string)