Search found 11 matches
- Mon Sep 30, 2019 4:33 pm
- Forum: Challenges
- Topic: Didactic Scrambled Egg Cipher Pre-Warmup Challenge
- Replies: 26
- Views: 51679
Reading through this discussion board has confused me as to the nature of this line: for (int eggs = {each 3-byte tuple in plaintext}) Do I need to convert the entire tuple into one hex string, and then convert that hex string into an integer? (i.e. if the tuple was: (0x38, 0x2d, 0x81), would eggs =...
- Wed Dec 26, 2018 5:09 am
- Forum: Challenges
- Topic: Challenge 'I'm So Special'
- Replies: 8
- Views: 24892
- Sun Jun 24, 2018 6:07 am
- Forum: Challenges
- Topic: Didactic Scrambled Egg Cipher Pre-Warmup Challenge
- Replies: 26
- Views: 51679
- Fri Jun 22, 2018 3:25 pm
- Forum: Challenges
- Topic: Didactic Scrambled Egg Cipher Pre-Warmup Challenge
- Replies: 26
- Views: 51679
Ok, I have two new questions, regarding two different lines of code. 1. key = {unknown four-byte value} So, just to make sure that I'm understanding this correctly, key is an array containing four different bytes, correct? (i.e. key = {a4, 91, f0, b6}) 2. for (int eggs = {each 3-byte tuple in plaint...
- Wed Jun 13, 2018 3:23 pm
- Forum: Challenges
- Topic: Challenge 'File Mystery
- Replies: 20
- Views: 49666
Re: Challenge 'File Mystery
This is definately the most helpful hint.The_Dark_Avenger wrote: gzip...
I'll add that it won't be gzip itself, but a command to interpret it.

- Mon Jun 04, 2018 5:37 pm
- Forum: Challenges
- Topic: Didactic Scrambled Egg Cipher Pre-Warmup Challenge
- Replies: 26
- Views: 51679
Alright, admittedly, I'm very new to computer science and programming as a whole (I would say that I'm somewhat competent in only three languages, but not 100% fluent in all three). With that said, could someone please tell me what language the algorithm given to us in the prompt is written in? Or a...
- Sat May 26, 2018 12:13 am
- Forum: Challenges
- Topic: Didactic XOR Cipher 3
- Replies: 35
- Views: 69061
I'm extremely stupid
So I figured out what I did wrong. My approach was wildly incorrect. I was trying to find b and x instead of just trying to solve the cipher.
Lesson learned: I'm dumb and should try to just cut straight to the solution.
Lesson learned: I'm dumb and should try to just cut straight to the solution.
- Mon May 21, 2018 3:40 am
- Forum: Challenges
- Topic: Didactic XOR Cipher 3
- Replies: 35
- Views: 69061
Re: Help
I will not be surprised if you got no PM reply ... it seems to me you have to ask for smaller hints. Yeah, probably won't. Figured it was worth a try. Here's the problem: I've approached this challenge in three separate ways, and I just tried going through every single possible value from 0-256, (f...
- Wed May 16, 2018 7:43 pm
- Forum: Challenges
- Topic: Didactic XOR Cipher 3
- Replies: 35
- Views: 69061
Help
Look, I know that I'm basically asking someone to give me the answer, but for someone who coded this in python, could you please pm me the code you wrote? I wrote a really large set of functions to try and decode this, and I was excited because it was narrowing down the answers, but when I ran it wi...
- Tue May 15, 2018 1:52 am
- Forum: Challenges Solved
- Topic: Type Faster
- Replies: 14
- Views: 3350
- Sun May 06, 2018 11:08 pm
- Forum: Challenges
- Topic: didactic text
- Replies: 21
- Views: 51050