Add warning

This commit is contained in:
Hongli Lai (Phusion) 2012-10-06 11:16:25 +02:00
parent e19966f329
commit 4774379efb
1 changed files with 4 additions and 0 deletions

View File

@ -38,3 +38,7 @@ Run the test suite as follows:
make test
A part of the test suite is automatically generated from Keccak's reference test suite.
## Warning
Do not use SHA-3 for hashing passwords. Do not even use SHA-3 + salt for hashing passowords. Use a [slow hash](http://codahale.com/how-to-safely-store-a-password/) instead.