Skip to content

Commit

Permalink
Add missing example in XOR table undergroundwires#10
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Oct 20, 2021
1 parent 9d60c5d commit 7b905c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/15-cryptography/cryptography-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 0 | 0 | 0 |
| 1 | 1 | 0 |

- ❗ If the key chosen is actually smaller than the data, the cipher will be vulnerable to frequency attacks
- Uses "⊕" that denotes the exclusive disjunction (XOR) operation
Expand Down

0 comments on commit 7b905c7

Please sign in to comment.