Crate padding_oracle

source ·
Expand description

A simple Rust crate to exploit CBC-PKCS7 padding oracles. See decrypt or the examples on how to use.

Enums§

Functions§

  • Decrypt a ciphertext using an oracle function. Note that this assumes the IV is prepended to the ciphertext. If that’s not the case, the first block won’t be decrypted.