crackmes.one

RodrigoTeixeira's Non-cryptographically secure hash (my first crackme!)

Author:
RodrigoTeixeira

Language:
C/C++

Upload:
4:46 PM 08/17/2025

Platform
Windows

Difficulty:
2.0

Quality:
4.0

Arch:
x86-64

Description

This is my first crackme (yeah!) When you execute the crackme.exe, it reads a line from stdin, hashes it, and compares the hash to a hardcoded hash. If the hashes are the same, it prints the string "Access granted!". You can consider you cracked the crackme if you get "Access granted!" to appear on the terminal, by any means other than modifying the executable in anyway. Both the .c and .s files correctly represent the containts of the .exe file. Good look.