Versions in this module Expand all Collapse all v1 v1.0.1 Aug 18, 2019 v1.0.0 Aug 18, 2019 Changes in this version + func Decrypt(data []byte, key []byte) ([]byte, error) + func Encrypt(data []byte, key []byte) ([]byte, error) + func GenerateRandString(length int) string