From 33d22c3320892c57e1e83724a67a4d6b716edf8f Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 31 Jul 2019 11:47:03 +0100 Subject: [PATCH] hashes are not stream ciphers --- proposals/2134-identity-hash-lookup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/2134-identity-hash-lookup.md b/proposals/2134-identity-hash-lookup.md index 28c789180..e156d158f 100644 --- a/proposals/2134-identity-hash-lookup.md +++ b/proposals/2134-identity-hash-lookup.md @@ -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