Merge pull request #37 from abstractj/typo

Typo
This commit is contained in:
Stian Thorgersen 2016-09-05 08:28:12 +02:00 committed by GitHub
commit 22fe9db441

View file

@ -3,7 +3,7 @@
{{book.project.name}} does not store passwords in raw text. {{book.project.name}} does not store passwords in raw text.
It stores a hash of them using the PBKDF2 algorithm. It actually uses It stores a hash of them using the PBKDF2 algorithm. It actually uses
a default of 20,000 hasing iterations! This is the security community's recommended number of iterations. a default of 20,000 hashing iterations! This is the security community's recommended number of iterations.
This can be a rather large performance hit on your system as PBKDF2, by design, gobbles up a significant amount of CPU. This can be a rather large performance hit on your system as PBKDF2, by design, gobbles up a significant amount of CPU.
It is up to you to decide how serious you want to be to protect your password database. It is up to you to decide how serious you want to be to protect your password database.