mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 12:52:27 +08:00
change crypt method to MD5
This commit is contained in:
@@ -187,7 +187,7 @@ func decodeNetworkByteOrder(orderBytes []byte) (n uint32) {
|
||||
}
|
||||
|
||||
// 计算 32 位长度的 MD5 sum
|
||||
func Md5Sum(txt string) (sum string) {
|
||||
func MD5Sum(txt string) (sum string) {
|
||||
h := md5.New()
|
||||
buf := bufio.NewWriterSize(h, 128)
|
||||
buf.WriteString(txt)
|
||||
|
||||
Reference in New Issue
Block a user