LebGeeks

A community for technology geeks in Lebanon.

You are not logged in.

#1 April 18 2015

Deuterium28
Member

Help with Cipher (Possibly)

Hello guys,

While I'm not 100% sure this should belong in the programming section, I'm having problems with this logic/possibly cipher problem. Any help will be greatly appreciated.

***********START OF PROBLEM***********

This code requires 36 characters to be used: a->z AND 0->9. Can you solve it?
hacgp6by68astytga5azagndca8jopc
Hint: 6*6 matrix

***********END OF PROBLEM***********

Thank you so much guys!
Unleash your inner geeks! ;)

Offline

#2 April 19 2015

Deuterium28
Member

Re: Help with Cipher (Possibly)

Okay, I received a new hint:

Hint 2: transpose

Offline

#3 April 19 2015

Hybrid
Member

Re: Help with Cipher (Possibly)

Answer is:
"hamburger 3a djej bala kabis ma3 toum"

Now try to solve it. It took me 5 mins

Last edited by Hybrid (April 19 2015)

Offline

#4 April 19 2015

Stygmata
Banned

Re: Help with Cipher (Possibly)

The first matrix have its answer in the transposed matrix ??

Offline

#5 April 19 2015

Hybrid
Member

Re: Help with Cipher (Possibly)

1- Draw the first Matrix
2- Draw the same Matrix transposed
3- Compare the encoded string to the Matrix in step 1, for example character a will be in x=y=1
4- Find the equivalent coordinates in the Matrix in step 2 and you will get the result

1-
a,b,c,d,e,f
g,h,i,j,k,l
m,n,o,p,q,r
s,t,u,v,w,x
y,z,00,1,2,3
4,5,6,7,8,9

2-
a,g,m,s,y,4
b,h,n,t,z,5
c,i,o,u,00,6
d,j,p,v,1,7
e,k,q,w,2,8
f,l,r,x,3,9

3-4-
hacgp6by68astytga5azagndca8jopc
hamburger3adjejbalakabisma3toum

Offline

Board footer