hashes are not stream ciphers

This commit is contained in:
Andrew Morgan 2019-07-31 11:47:03 +01:00
parent 9913f5bc29
commit 33d22c3320

View file

@ -309,8 +309,8 @@ types that have been leaked in database dumps are more susceptible to hash
reversal.
Mediums and peppers are appended to the address as to prevent a common prefix
for each plain-text string, which prevents attackers from pre-computing bits
of a stream cipher.
for each plain-text string, which prevents attackers from pre-computing the
internal state of the hash function
## Other considered solutions