From 55a49b32763313ddfafdde987cf908d1ad79f8db Mon Sep 17 00:00:00 2001 From: pockhiss Date: Tue, 28 Jul 2015 11:29:37 -0500 Subject: [PATCH] Update 09.5.md Correct misspelling. --- en/09.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/09.5.md b/en/09.5.md index 1c206b8a..23573ff8 100644 --- a/en/09.5.md +++ b/en/09.5.md @@ -75,7 +75,7 @@ Very secure systems utilize hash algorithms that take into account the time and In Go, it's recommended that you use the `scrypt` package, which is based on the work of the famous hacker Colin Percival (of the FreeBSD backup service Tarsnap). -The packge's source code can be found at the following link: http://code.google.com/p/go/source/browse?repo=crypto#hg%2Fscrypt +The package's source code can be found at the following link: http://code.google.com/p/go/source/browse?repo=crypto#hg%2Fscrypt Here is an example code snippet which can be used to obtain a derived key for an AES-256 encryption: