Skip to content

Commit

Permalink
Fixed wording issue 'a key leak' per lvh's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dg-latacora committed Feb 4, 2021
1 parent ea8d982 commit 49af15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream-ciphers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ Attacks on CBC mode with predictable IVs
Suppose there is a database storing secret user information, like medical,
payroll or criminal records. The server protects the information by encrypting
it with a strong block cipher in :term:`CBC mode` with a fixed key. For now, we
assume the server is secure, and no way for a key leak.
assume the server is secure, and no way for the key to leak.

Mallory gets a hold of all of the rows in the database. Perhaps she did
it through a SQL injection attack, or maybe with a little social
Expand Down

0 comments on commit 49af15b

Please sign in to comment.