Search found 41 matches
- Wed Jul 19, 2017 7:13 pm
- Forum: Challenges
- Topic: Rainbow in the dark
- Replies: 8
- Views: 14529
- Tue Jul 18, 2017 2:42 pm
- Forum: Challenges
- Topic: Rainbow in the dark
- Replies: 8
- Views: 14529
- Sat Jul 15, 2017 12:22 pm
- Forum: Challenges
- Topic: Rainbow in the dark
- Replies: 8
- Views: 14529
- Sun Jul 02, 2017 4:10 am
- Forum: Challenges Solved
- Topic: Rainbow in the Dark
- Replies: 3
- Views: 347
Seems like I've found the solution in a similar way to TheBigBoss. I wanted to test if there's something hidden in the pixels (treated as raw bytes), so I converted the image to BMP and looked at the image using trigram view in Veles (a tool which I'm one of the devs). To my surprise, I found someth...
- Mon Apr 17, 2017 9:03 pm
- Forum: Challenges Solved
- Topic: Didactic Scrambled Egg Cipher Warmup
- Replies: 6
- Views: 595
The problem with the last egg is that it was padded with a null byte and a percent sign. Not sure if my solver is wrong or the author did something wrong, seems he wanted to pad the text with two nulls. That was my third approach. I used Z3 with Python bindings and it was quite straightforward. Full...
- Wed Jul 16, 2014 12:21 pm
- Forum: Challenges Solved
- Topic: Shredded and Scrambled
- Replies: 14
- Views: 1053
- Thu Jun 26, 2014 9:56 pm
- Forum: Challenges Solved
- Topic: Shredded and Scrambled
- Replies: 14
- Views: 1053
- Mon Jun 16, 2014 9:23 am
- Forum: Challenges Solved
- Topic: Communication of the Past
- Replies: 5
- Views: 927
- Sun Jun 15, 2014 3:06 pm
- Forum: General
- Topic: Weird Ranking
- Replies: 11
- Views: 37607
- Sat Jun 14, 2014 11:02 pm
- Forum: Challenges Solved
- Topic: Communication of the Past
- Replies: 5
- Views: 927
Are you sure that's RS-232? RS-232 transports just raw bits: https://en.wikipedia.org/wiki/RS-232#mediaviewer/File:Rs232_oscilloscope_trace.svg That standard doesn't say anything about transported data (e.g. bit order, encoding etc), it could be any RS-something. I rather asked about the protocol in...
- Fri Jun 13, 2014 7:24 pm
- Forum: General
- Topic: Weird Ranking
- Replies: 11
- Views: 37607
- Thu Jun 12, 2014 1:29 pm
- Forum: Challenges Solved
- Topic: Communication of the Past
- Replies: 5
- Views: 927
Communication of the Past
I've solved this task searching in English dict for 4 letter words with specific distance between letters (like word[1] == word[2]), so I still don't know what's the used protocol/encoding. Does anyone of you know what it was?
Thanks,
Redford
Thanks,
Redford
- Mon May 05, 2014 7:48 pm
- Forum: Challenges
- Topic: Shredded and Scrambled
- Replies: 2
- Views: 6243
- Sun Dec 08, 2013 6:59 pm
- Forum: Challenges
- Topic: Challenge 'File Mystery
- Replies: 20
- Views: 44946
- Sun Dec 08, 2013 12:52 pm
- Forum: Challenges
- Topic: Challenge 'File Mystery
- Replies: 20
- Views: 44946
I did it on windowsSheepEffect wrote: How could someone using Windows figure this out? Since this is one of the first challenges out of Neophyte city, I would hope one could do it without running Unix.
However, you should know both linux and windows tools and select appropriate one for each challenge.