Versions in this module Expand all Collapse all v0 v0.1.1 Oct 16, 2020 v0.1.0 Aug 27, 2020 Changes in this version + func DecodeBase64(value string) (string, error) + func DecryptAES(key []byte, cipherText []byte) ([]byte, error) + func EncodeBase64(value string) string + func EncodeFileMD5(path string) (string, error) + func EncodeFileSha1(path string) (string, error) + func EncodeFileSha256(path string) (string, error) + func EncodeMD5(value string) string + func EncryptAES(key []byte, plainText []byte) ([]byte, error) + func GetExecutePath() (string, error) + func JsonParse(data []byte, dist interface{}) error + func JsonParseFromFile(path string, dist interface{}) error + func JsonStringify(data interface{}) ([]byte, error) + func JsonStringifyToFile(path string, data interface{}) error + func RandomPass(length, numDigits, numSymbols int, noUpper, allowRepeat bool) (string, error)