Skip to content

Commit 1313cde

Browse files
authored
Merge pull request astaxie#951 from zhilijiqi/patch-5
Update 09.5.md
2 parents e6f19de + f31fc75 commit 1313cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/09.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ last :=fmt.Sprintf("%x", h.Sum(nil))
8181

8282
dk := scrypt.Key([]byte("some password"), []byte(salt), 16384, 8, 1, 32)
8383
```
84-
通过上面的的方法可以获取唯一的相应的密码值,这是目前为止最难破解的。
84+
通过上面的方法可以获取唯一的相应的密码值,这是目前为止最难破解的。
8585

8686
## 总结
8787
看到这里,如果你产生了危机感,那么就行动起来:

0 commit comments

Comments
 (0)