Versions in this module Expand all Collapse all v1 v1.0.0 Feb 11, 2020 Changes in this version + type Cipher struct + func (Cipher) Decrypt(cipherText string, key []byte) (plainText string, err error) + func (Cipher) Encrypt(plainText string, key []byte) (cipherText string, err error)