update 9.3,9.4,9.5~

This commit is contained in:
chenwenli
2012-10-23 14:39:41 +08:00
parent 78f9e20b59
commit e6102d33a2
3 changed files with 19 additions and 18 deletions

2
9.5.md
View File

@@ -45,7 +45,7 @@ Go语言对这三种加密算法的实现如下所示
h := md5.New()
io.WriteString(h, "需要加密的密码")
//a等于e10adc3949ba59abbe56e057f20f883e
//pwmd5等于e10adc3949ba59abbe56e057f20f883e
pwmd5 :=fmt.Sprintf("%x", h.Sum(nil))
//指定两个 salt salt1 = @#$% salt2 = ^&*()