Ancient Cryptography

April 16, 2024, 01:00:52 PM
Welcome, Guest. Please login or register.


Ancient Cryptography » General » Code of the Week » Official Answers to Code of the Week

Author Topic: Official Answers to Code of the Week  (Read 5499 times)

0 Members and 1 Guest are viewing this topic.

Aaron

  • Administrator
  • Sr. Member
  • Posts: 326
  • Gender: Male
Official Answers to Code of the Week
« on: February 12, 2005, 07:23:23 PM »
First week
050E0B0B0E161A1307041A18040B0B0E161A011108020A1A110E0003 becomes:
Follow the yellow brick road. :D
« Last Edit: February 12, 2005, 07:24:44 PM by Aaron »

SherlockHolmes57

  • Newbie
  • Posts: 3
  • Gender: Male
  • Elementary, my dear Watson, elementary.
Re: Official Answers to Code of the Week
« Reply #1 on: March 14, 2005, 08:21:26 PM »
 ??? Can you explain how you got these solutions from the code?

Aaron

  • Administrator
  • Sr. Member
  • Posts: 326
  • Gender: Male
Re: Official Answers to Code of the Week
« Reply #2 on: March 16, 2005, 10:42:25 PM »
00 represents A, 1A represents space, hex representation is used. Fairly simple.

Aaron

  • Administrator
  • Sr. Member
  • Posts: 326
  • Gender: Male
Re: Official Answers to Code of the Week
« Reply #3 on: March 16, 2005, 10:46:19 PM »
0517091307  08082615  241310  0501141213040914  1315090324
becomes
"Every good boy deserves fudge."

The first double digit directly becomes the first letter, the second double digit is the number of letters you have to move forward form the first letter, and the third double digit is the number of letters you have to move forward from the second *decoded* letter. If close to the end, just loop back around to A.

SherlockHolmes57

  • Newbie
  • Posts: 3
  • Gender: Male
  • Elementary, my dear Watson, elementary.
Re: Official Answers to Code of the Week
« Reply #4 on: March 17, 2005, 08:24:51 PM »
I am pretty much a newbie to some systems of code. What is hex?


Aaron

  • Administrator
  • Sr. Member
  • Posts: 326
  • Gender: Male
Re: Official Answers to Code of the Week
« Reply #5 on: March 18, 2005, 03:42:27 PM »
Hex is hexadecimal, the lanugage of computers compressed. It is easier to use than binary in some cases as you have to type a lot less. It is base 16.

kleigh2

  • Grandma Kleigh
  • Newbie
  • Posts: 4
  • Gender: Female
  • Look, Listen, Learn...puzzle pieces R everywhere!
Re: Official Answers to Code of the Week
« Reply #6 on: March 12, 2007, 11:52:34 AM »
The first double digit directly becomes the first letter, the second double digit is the number of letters you have to move forward form the first letter, and the third double digit is the number of letters you have to move forward from the second *decoded* letter. If close to the end, just loop back around to A.

Hi Aaron--

Thank you for explaining the solution method for your code-of-the-week.  Even if others consider them simple, this is the most interesting aspect to me of the cipher process.  I am not a "solver" myself, but am fascinated by the patterns used to create (and decode) ciphers, the history of the patterns, and the process by which the patterns were created or developed.  I hope to learn alot of fun facts from the Ancient Cryptography SIG forum.

Happily, kleigh2   :)
<a>GeoCaching: the cipher & puzzle-solving-game you can play all over the earth.  Some easy, some hard, all fun![/url]

Aaron

  • Administrator
  • Sr. Member
  • Posts: 326
  • Gender: Male
Re: Official Answers to Code of the Week
« Reply #7 on: March 13, 2007, 07:18:52 PM »
You are very welcome. :)

And yes, there are many ways of permuting text into strange patterns, some of them nearly uncrackable if they are complex enough. Even a computer can have tons of trouble trying to decode the hairiest of ciphers, otherwise all those ancient texts would have been solved by now. ;)

However, a quantum computer was recently developed that could very well crack any possible cipher... I'm looking forward to the progress of that computer.
« Last Edit: March 13, 2007, 07:19:10 PM by Aaron »

 


anything