# 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
go get -u github.com/jefferyjob/go-easy-utils/cryptoUtil
// HashSHA256 hash加密
func HashSHA256(str string) string
// Md5 MD5加密
func Md5(str string) string