Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Binary Pin

by Bonceng

Flag

COMPFEST13{bRutefoRc3_1s_e4zY_Af_6965d74c2e}

Description

Ten digits pin is so troublesome. So I made a safe with only two digits pin.

Difficulty

Easy

Hints

Sometimes we don't have to know how the function works.

Tags

Java, JAR

Deployment

  • To change the flag, convert flag using src/flagtosecret.py. Then copy the output to variable mydata in src/Binarypin.java
  • Compile the source using:
    ./compile.sh
    

Notes

Intentionally left empty