Skip to content

AntonKueltz/ocb-forger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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