Documentation ¶
Index ¶
- func CheckStrsIsEmpty(strs ...string) bool
- func CreateFileName(router string) string
- func EncryptBytesSHA1(b []byte) string
- func EncryptStrMD5(str string) string
- func GetFileBytes(filePath string) ([]byte, error)
- func RsaDecrypt(encStr string) (string, error)
- func RsaEncrypt(str string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckStrsIsEmpty ¶ added in v0.1.14
func CreateFileName ¶ added in v0.1.8
func EncryptBytesSHA1 ¶ added in v0.1.8
func EncryptStrMD5 ¶ added in v0.1.8
EncryptStrMD5 对字符串进行MD5加密
func RsaDecrypt ¶ added in v0.1.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.