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§

Error

Functions§

decrypt
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.