Skip to content

Enhance cybersecurity defenses with a specialized solution tackling a Capture the Flag challenge involving decryption of an encrypted message with a 2-bit key length using a C++ brute-force method.

License

Notifications You must be signed in to change notification settings

lucianoscarpaci/CTF-challenge-capture_US_XOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTF-challenge-capture_US_XOR

The flag is solved by running the program:

with C++11 g++ -std=c++11 solve.cpp -o solve

./solve > combos.txt then you open combos.txt

Use the search function in your code editor to look at the combo @ S

@ S : KkNURntQQVlfQVRURU5USU9OX1RPX1RIRV9ERVRBSUxTfQ==

decode this encoded string: KkNURntQQVlfQVRURU5USU9OX1RPX1RIRV9ERVRBSUxTfQ==

*CTF{PAY_ATTENTION_TO_THE_DETAILS}

About

Enhance cybersecurity defenses with a specialized solution tackling a Capture the Flag challenge involving decryption of an encrypted message with a 2-bit key length using a C++ brute-force method.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages