Versions in this module Expand all Collapse all v0 v0.0.1 Mar 1, 2020 Changes in this version + func Decrypt(password string, encrypted []byte) (plaintext []byte, err error) + func Encrypt(password string, plaintext []byte) (encrypted []byte, err error)