Versions in this module Expand all Collapse all v0 v0.0.1 Dec 31, 2020 Changes in this version + func B64Decode(str string) ([]byte, error) + func B64Encode(b []byte) string + func Decrypt(key, ciphered []byte) ([]byte, error) + func Encrypt(key, plaintext []byte) ([]byte, error)