Documentation
¶
Index ¶
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBase64 ¶
func EncodeBase64 ¶
func EncodeFileMD5 ¶
func EncodeFileSha1 ¶
func EncodeFileSha256 ¶
func GetExecutePath ¶
func JsonParseFromFile ¶
func JsonStringify ¶
func JsonStringifyToFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.