Search found 4 matches

by snoopy1alpha
Thu Jun 19, 2014 9:08 pm
Forum: Challenges
Topic: Didactic text 2
Replies: 87
Views: 122323

Oh my... Thank you guys for pointing out that the solution is simple enough :D For those who got as far as to reading my comment: characters 4 and 6 are the same, and characters 5, 10 and 11 are the same as well :) If even this does not help, then take a moment to switch to a cup of coffee :) OK, I...
by snoopy1alpha
Thu Jun 19, 2014 7:39 pm
Forum: Challenges
Topic: Broken XOR 3
Replies: 16
Views: 25029

A hint from my side:

If you try brute-forcing it, look at the zeros that are already in there, this might give you an answer while you are still alive :D
by snoopy1alpha
Sun Jun 08, 2014 9:33 pm
Forum: Challenges Solved
Topic: Russian Dolls
Replies: 40
Views: 3192

It is always interesting to see other peoples solutions. I always wonder why I am solving my problems in Java, if other languages can do the job in fewer lines of code. However, the neat thing about the Java solution is that Java supports gzip without additional tools. In combination with ByteArray(...
by snoopy1alpha
Sun Jun 08, 2014 7:39 pm
Forum: Challenges Solved
Topic: Post Captain
Replies: 11
Views: 856

Firebug FTW