Discuss Scratch

ssss
Scratcher
500+ posts

Can you crack this code?

nathanprocks wrote:

ssss wrote:

@nathanprocks thank you! i know how it works now
I keep thinking I have you on skype then I'm like. Nope, wrong one.
nathanprocks
Scratcher
1000+ posts

Can you crack this code?

ssss wrote:

nathanprocks wrote:

ssss wrote:

@nathanprocks thank you! i know how it works now
I keep thinking I have you on skype then I'm like. Nope, wrong one.
My Skype username is the same as my Scratch username if you want to add me. I probably won't be able to accept it at the moment though.
TheRealBlackNRed
Scratcher
15 posts

Can you crack this code?

Nope, I can't c:
Eyolf2013
Scratcher
100+ posts

Can you crack this code?

*?
MikeRobe
Scratcher
91 posts

Can you crack this code?

Right, so it would appear that you have it cracked!

Name how you did it, and the format of encoding a letter.
MikeRobe
Scratcher
91 posts

Can you crack this code?

nathanprocks wrote:

Ok I had another look and figured the way it was encoded. Each letter (obviously) makes up three numbers. The first number is the row number from the key and other two numbers is the column number + the row number.

Example:
M = 415 (4 + 11 = 15)
I = 314 (3 + 11 = 14)
K = 336 (3 + 33 = 36)
E = 213 (2 + 11 = 13)
R = 527 (5 + 22 = 27)
O = 437 (4 + 33 = 37)
B = 123 (1 + 22 = 23)
E = 213 (2 + 11 = 13)


Okay, yes you got it!

Muahaha

Now, write out this key:

11x4:1/9ADJ

Hehe.

Last edited by MikeRobe (Sept. 29, 2013 00:41:57)

nathanprocks
Scratcher
1000+ posts

Can you crack this code?

MikeRobe wrote:

nathanprocks wrote:

Ok I had another look and figured the way it was encoded. Each letter (obviously) makes up three numbers. The first number is the row number from the key and other two numbers is the column number + the row number.

Example:
M = 415 (4 + 11 = 15)
I = 314 (3 + 11 = 14)
K = 336 (3 + 33 = 36)
E = 213 (2 + 11 = 13)
R = 527 (5 + 22 = 27)
O = 437 (4 + 33 = 37)
B = 123 (1 + 22 = 23)
E = 213 (2 + 11 = 13)


Okay, yes you got it!

Muahaha

Now, write out this key:

11x4:1/9ADJ

Hehe.
That one looks a lot more difficult. I don't think I will be able to work it out right now.

I forgot to post the script I made for the other key before. Here it is.
Harakou
Scratcher
1000+ posts

Can you crack this code?

nathanprocks wrote:

Ok I had another look and figured the way it was encoded. Each letter (obviously) makes up three numbers. The first number is the row number from the key and other two numbers is the column number + the row number.

Example:
M = 415 (4 + 11 = 15)
I = 314 (3 + 11 = 14)
K = 336 (3 + 33 = 36)
E = 213 (2 + 11 = 13)
R = 527 (5 + 22 = 27)
O = 437 (4 + 33 = 37)
B = 123 (1 + 22 = 23)
E = 213 (2 + 11 = 13)

Though to decode the letter A for example, any number from 111 to 121 would still work, which is how I wrote my decoder to work.
Yup, it seems as though you can simply read the code as a 3-digit sequence of the form [row][column][random separator].

Powered by DjangoBB