Skip to content
/ WEM-Attack Public

Sbox Recovery Attacks on 3 and 4 Rounds WEM

Notifications You must be signed in to change notification settings

0NG/WEM-Attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

git clone https://github.com/Z3Prover/z3.git src/3rd/z3

mkdir build

cd build

# should use clang
CC=clang CXX=clang++ cmake ..

make

# 3 round attack
./bin/wem3

# 4 round attack
./bin/wem4

# bench of gaussian elimination
./bin/bench1

# bench of improved gaussian elimination
./bin/bench2

# recover secret sbox from supersbox
./bin/supersbox

About

Sbox Recovery Attacks on 3 and 4 Rounds WEM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published