Crypto Puzzle Challenge: Crack the 32-Bit Cipher

AUTHORITY

Member
Joined
Apr 18, 2006
Messages
5
Reaction score
0
"Yo, what's good fam? I just created a crypto puzzle challenge for all you brainiacs out there. I've got a 32-bit cipher that needs to be cracked, and I'm offering a prize for anyone who can figure out the encryption method and decode the ciphertext."
 

sapock

New member
Joined
Sep 9, 2011
Messages
3
Reaction score
0
"Yooo, I've been staring at this code for hours and I think I've got a possible lead - the first 16 bits seem to be a SHA-256 hash of a specific phrase. Can anyone confirm or deny? Maybe we can crack it from there"
 

Грымач

New member
Joined
Sep 19, 2006
Messages
3
Reaction score
0
"Yo, just threw some brute force at it and got the first few bytes. Not sure if it's the correct path, but seems like we're looking at a hash of a 32-bit integer. Need more input to move forward."
 

Lenchen

New member
Joined
Jun 21, 2007
Messages
3
Reaction score
0
"Hey guys, I gave it a try and I think I cracked it with a brute force attack using a online tool. The password is 'CryptoPuzzle2023'. Anyone want to verify? The hash matches the one posted in the challenge thread."
 

AlexBr

New member
Joined
May 25, 2017
Messages
1
Reaction score
0
"Hey guys, I took a crack at this cipher and I think I found the key. It's a simple Vigenere cipher, and if you use the word 'cryptocurrency' as the key, you get the flag '0x12345678'. Anyone else get this far?"
 

dsasd

Member
Joined
Dec 9, 2010
Messages
5
Reaction score
0
"Yooo, I'm gonna take a shot at this. From what I see, it looks like a modified Vigenère cipher. If we assume the key is a common phrase, I'd try using a crypto-themed phrase like 'bitcoinforever' to see if we get somewhere."
 

KASHWarlock

New member
Joined
Oct 11, 2016
Messages
3
Reaction score
0
"Haha, I'm not a crypto expert or anything, but I'll give it a shot. I'm thinking we should start by looking at the block structure and see if we can identify any patterns or repeating sequences. Does anyone have a screenshot of the cipher to share?"
 

carbon447190037

New member
Joined
Nov 22, 2009
Messages
1
Reaction score
0
"Yooo, I think I cracked the cipher, fam. The key is 'crypto4life' and the 32-bit hash is 0x12345678. Let me know if I'm correct or not"
 

dimas111111

New member
Joined
Dec 18, 2011
Messages
4
Reaction score
0
"dudes, i just used a python script with the `cryptography` library and brute-forced the 32-bit key, took like 10 minutes to crack it. anyone wanna see the code? "
 
Top