Search found 11 matches

by one.kamila
Mon Sep 30, 2019 4:33 pm
Forum: Challenges
Topic: Didactic Scrambled Egg Cipher Pre-Warmup Challenge
Replies: 26
Views: 46392

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 =...
by one.kamila
Wed Dec 26, 2018 5:09 am
Forum: Challenges
Topic: Challenge 'I'm So Special'
Replies: 8
Views: 22915

CodeX wrote:It's not necessarily unique for every person, funnily enough when you enter it as a number it doesn't work :P
So what you saying is that we need to give the name, but we don't have to list our specific (*insert what I think the answer is, see post above this one*)?
by one.kamila
Sun Jun 24, 2018 6:07 am
Forum: Challenges
Topic: Didactic Scrambled Egg Cipher Pre-Warmup Challenge
Replies: 26
Views: 46392

Perfect. Exactly what I needed. A response with (relatively*) specific answers, and even a slight example. THANK YOU!

*relative as in if you know what you were looking for
by one.kamila
Fri Jun 22, 2018 3:25 pm
Forum: Challenges
Topic: Didactic Scrambled Egg Cipher Pre-Warmup Challenge
Replies: 26
Views: 46392

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...
by one.kamila
Wed Jun 13, 2018 3:23 pm
Forum: Challenges
Topic: Challenge 'File Mystery
Replies: 20
Views: 44807

Re: Challenge 'File Mystery

The_Dark_Avenger wrote: gzip... :wink:
This is definately the most helpful hint.
I'll add that it won't be gzip itself, but a command to interpret it. :wink:
by one.kamila
Mon Jun 04, 2018 5:37 pm
Forum: Challenges
Topic: Didactic Scrambled Egg Cipher Pre-Warmup Challenge
Replies: 26
Views: 46392

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...
by one.kamila
Sat May 26, 2018 12:13 am
Forum: Challenges
Topic: Didactic XOR Cipher 3
Replies: 35
Views: 61286

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.
by one.kamila
Mon May 21, 2018 3:40 am
Forum: Challenges
Topic: Didactic XOR Cipher 3
Replies: 35
Views: 61286

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...
by one.kamila
Wed May 16, 2018 7:43 pm
Forum: Challenges
Topic: Didactic XOR Cipher 3
Replies: 35
Views: 61286

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...
by one.kamila
Tue May 15, 2018 1:52 am
Forum: Challenges Solved
Topic: Type Faster
Replies: 14
Views: 1960

Ok, I'm glad I'm not the only one who asked his/her best friends Ctrl/Cmd+C and Ctrl/Cmd+V for help
by one.kamila
Sun May 06, 2018 11:08 pm
Forum: Challenges
Topic: didactic text
Replies: 21
Views: 47674

I feel like I am close, but I everything that I've tried doesn't work, so I'll ask a simple question:

Is the answer actually in the text given, or does it have to do with the text given?