Sinisterly
Contest - DecryptMe - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: General (https://sinister.ly/Forum-General)
+--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge)
+--- Thread: Contest - DecryptMe (/Thread-Contest-DecryptMe)

Pages: 1 2 3 4 5 6 7 8


RE: Daily - DecryptMe - Coder-san - 01-31-2011

(01-31-2011, 02:34 PM)1234hotmaster Wrote:
Code:
just remove the 1 see

Base 64 Smile

Correct with with base64 but you missed the spot. :p


RE: Daily - DecryptMe - 1234hotmaster - 01-31-2011

:'(
Code:
just remove the 1's see?



RE: Daily - DecryptMe - Coder-san - 01-31-2011

I mean missed by far. :p
This time there are no Hints. Don't get confused by it.

EDIT: You will get a real phrase/sentence in the end.


RE: Daily - DecryptMe - Lenalee - 02-03-2011

wow, i missed this thread and this is my first time coming to this section lol. [err..i am not good at this stuff but i will try]


RE: Daily - DecryptMe - Coder-san - 02-04-2011

(01-31-2011, 01:03 PM)Coder-san Wrote: Decrypt the code #4

Code:
NzNqMTE2dTM5czExNXQzMnIxMTBlMTExbTExNm8zMnY5N2UzMnQxMDRoOTdlMTE1czEwNGUzMw==

Hint Wrote:Nothing to see here.


It's been a while I posted this. So I'm going to bust this one too.

DecryptMe #4 Unsolved

Spoiler: Solution

Code:
NzNqMTE2dTM5czExNXQzMnIxMTBlMTExbTExNm8zMnY5N2UzMnQxMDRoOTdlMTE1czEwNGUzMw==

The first thing I wanted a solver to notice was the two "=" in the end, which suggest that the Text is encoded with Base-64.

When you decode it via Base-64 you get:
Code:
73j116u39s115t32r110e111m116o32v97e32t104h97e115s104e33

But what is this?? A hash? Another Encrypted Text?
Let's just calm down and study it.
After we calm down we notice some Text in the Code.

Quote:73j116u39s115t32r110e111m116o32v97e32t104h97e115s104e33

You get:
Code:
Just remove these

What does it mean?

If you figured out then don't open the Second spoiler, and try to solve it. Smile
Spoiler: Final spoiler
The code is always right. Do what it says. :p

We now remove the Text from the Code.
Code:
73 116 39 115 32 110 111 116 32 97 32 104 97 115 104 33

So what do we have now? Gibberish?
Wait, there are similar numbers in the code. Most occurring one is 32

Yes! You guessed it right, it's ASCii! Biggrin

Now all you have to do is either manually decode each number or use an online translator like XLATE

You get the answer.

It's not a hash!

Glad you like it. Smile




RE: Daily - DecryptMe - 1234hotmaster - 02-04-2011

nice and i sucked by saying
Code:
just remove the 1s
Sad

btw whats the next one?


RE: Daily - DecryptMe - Coder-san - 02-04-2011

The answer is in there, there are two spoilers.


RE: Daily - DecryptMe - 1234hotmaster - 02-04-2011

i know so where is the next?

Edited: i mean where is the next code that we have to decrypt Tongue


RE: Daily - DecryptMe - Coder-san - 02-04-2011

Next spoiler? The last line of the Post.

EDIT: oh you mean next challenge. I'll think about it. Smile


RE: Daily - DecryptMe - Th3Proph3t - 02-04-2011

I would have never figured all of that out. I got the Base 64 and thought it was a hash, but knew it wasnt since it was a Decrypt-Me. I gave up, lol.