Cipher Gatekeeper

Reverse Engineering 200 pts standard
Challenge Description

A secure authentication system guards access using a custom transformation algorithm. At first glance, it seems like a simple password checker — but nothing is stored in plain form. Brute force won't help you here. Can you reverse the logic and recover the correct password?

Flag Format: HackCTF{}

Hints
View Hint

The input is not compared directly, something happens before the comparison.

View Hint

Look closely at how each character is transformed, bitwise operations can reveal secrets.

View Hint

Reverse the transformation step-by-step instead of guessing the input.

Submit Flag

Login to submit a flag.

← All Challenges