Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 316 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 316 Bytes

Padding Oracle Attack with Pycrypto

An example showing how to execute a padding oracle attack for AES128 in CBC mode.

Getting Started

  1. Download and install Pipenv
  2. Run pipenv install
  3. Run pipenv run python src/main.py