update expire scrypt link

This commit is contained in:
zhouhao
2019-01-01 14:22:22 +08:00
parent 55e90cb934
commit d00606685d
4 changed files with 4 additions and 4 deletions

View File

@@ -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 packge's source code can be found at the following link: https://github.com/golang/crypto/tree/master/scrypt
Here is an example code snippet which can be used to obtain a derived key for an AES-256 encryption: