Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 340 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 340 Bytes

OCB Forger

About

This is a proof of concept of the attack against OCB2 mode laid out in the paper Cryptanalysis of OCB2.

Usage

cd ocb-forger
python3 -m venv ./venv  # optional
source ./venv/bin/activate  # optional
pip3 install -r requirements.txt
python3 {minimal|longer}.py