Update padding-oracle-priv.md

This commit is contained in:
Carlos Polop 2021-10-20 10:29:08 +01:00 committed by GitHub
parent 1d71e90dbd
commit beeac837b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
## CBC - Cipher Block Chaining
In CBC mode the **previous encrypted block is used as IV **to XOR with the next block:
In CBC mode the **previous encrypted block is used as IV** to XOR with the next block:
![CBC encryption](https://defuse.ca/images/cbc_encryption.png)