Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 900 Bytes

File metadata and controls

35 lines (24 loc) · 900 Bytes

picoCTF 2022: Safe Opener

Author: Mubarak Mikail

Reverse_Engineering category Score: 100 Solved

Description

Can you open this safe?
I forgot the key to my safe but this program is supposed to help me with retrieving the lost key. Can you help me unlock my safe?
Put the password you recover into the picoCTF flag format like:
picoCTF{password}

Hints

None

Summary

The password is hardcoded in the java code. You'll just need to decode it from BASE64.

Flag

Show flag
picoCTF{pl3as3_l3t_m3_1nt0_th3_saf3}