package
1.2.0
Repository: https://github.com/jefferyjob/go-easy-utils.git
Documentation: pkg.go.dev

# README

cryptoUtil

Install

go get -u github.com/jefferyjob/go-easy-utils/cryptoUtil

Functions

// HashSHA256 hash加密
func HashSHA256(str string) string

// Md5 MD5加密
func Md5(str string) string