Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Cipher Puzzler

Cipher Puzzler

Scheduled Pinned Locked Moved The Lounge
business
11 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Adam Durity

    Hey guys, I decided to see if I could fool the CP lounge crowd. Here's a hand encrypted text, no computer algorithms or anything. Let's see how long it takes one of you to decypher it. Try your best and tell me what you come up with. If no one comes up with a solution, I will post it by the end of the business day (central time). Have fun! Ciphertext: GONANNTAENTTIEPTNEIINPEIIPNOEEROUESNTRSNSRPAYCPTICINNEIASERDINRE -- Adam "If you can't beat your computer in chess, try kickboxing"

    T Offline
    T Offline
    toxcct
    wrote on last edited by
    #2

    shoud the answer be in english too ?:-D;P


    TOXCCT >>> GEII power

    A 1 Reply Last reply
    0
    • T toxcct

      shoud the answer be in english too ?:-D;P


      TOXCCT >>> GEII power

      A Offline
      A Offline
      Adam Durity
      wrote on last edited by
      #3

      well, the original text was, so any thing that's not would be wrong ;) -- Adam "If you can't beat your computer in chess, try kickboxing"

      1 Reply Last reply
      0
      • A Adam Durity

        Hey guys, I decided to see if I could fool the CP lounge crowd. Here's a hand encrypted text, no computer algorithms or anything. Let's see how long it takes one of you to decypher it. Try your best and tell me what you come up with. If no one comes up with a solution, I will post it by the end of the business day (central time). Have fun! Ciphertext: GONANNTAENTTIEPTNEIINPEIIPNOEEROUESNTRSNSRPAYCPTICINNEIASERDINRE -- Adam "If you can't beat your computer in chess, try kickboxing"

        D Offline
        D Offline
        Dominik Reichl
        wrote on last edited by
        #4

        First I had a look at the histogram / character distribution, and it looked fairly English. So I thought it would be some simple row shifting thingy. Split the string into 8-character sub-words and write them as a matrix: G O N A N N T A E N T T I E P T N E I I N P E I I P N O E E R O U E S N T R S N S R P A Y C P T I C I N N E I A S E R D I N R E Now read the first column from top to down, the second column from top to down, etc. The resulting plain text is: Genius is one percent inspiration and ninetynine percent perspiration tae ... as said by Thomas Edison :) I assume the tae is just for padding. Easy one :-D Dominik


        _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

        B A J C 4 Replies Last reply
        0
        • D Dominik Reichl

          First I had a look at the histogram / character distribution, and it looked fairly English. So I thought it would be some simple row shifting thingy. Split the string into 8-character sub-words and write them as a matrix: G O N A N N T A E N T T I E P T N E I I N P E I I P N O E E R O U E S N T R S N S R P A Y C P T I C I N N E I A S E R D I N R E Now read the first column from top to down, the second column from top to down, etc. The resulting plain text is: Genius is one percent inspiration and ninetynine percent perspiration tae ... as said by Thomas Edison :) I assume the tae is just for padding. Easy one :-D Dominik


          _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

          B Offline
          B Offline
          Bee Master
          wrote on last edited by
          #5

          Dominik Reichl wrote: I assume the tae is just for padding tae = Thomas A Edison //Start of joke Never comment ur code. If it was hard to write, it should be hard to understand !!! //End of joke

          1 Reply Last reply
          0
          • D Dominik Reichl

            First I had a look at the histogram / character distribution, and it looked fairly English. So I thought it would be some simple row shifting thingy. Split the string into 8-character sub-words and write them as a matrix: G O N A N N T A E N T T I E P T N E I I N P E I I P N O E E R O U E S N T R S N S R P A Y C P T I C I N N E I A S E R D I N R E Now read the first column from top to down, the second column from top to down, etc. The resulting plain text is: Genius is one percent inspiration and ninetynine percent perspiration tae ... as said by Thomas Edison :) I assume the tae is just for padding. Easy one :-D Dominik


            _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

            A Offline
            A Offline
            Adam Durity
            wrote on last edited by
            #6

            Darn...too easy. Congratulations. I'll come up with a harder one for next Tuesday, one that you can really stump yourself on. TAE is of course Thomas Alva Edison. Have a great day! -- Adam "If you can't beat your computer in chess, try kickboxing"

            D 1 Reply Last reply
            0
            • A Adam Durity

              Darn...too easy. Congratulations. I'll come up with a harder one for next Tuesday, one that you can really stump yourself on. TAE is of course Thomas Alva Edison. Have a great day! -- Adam "If you can't beat your computer in chess, try kickboxing"

              D Offline
              D Offline
              Dominik Reichl
              wrote on last edited by
              #7

              Congratulations. I'll come up with a harder one for next Tuesday, one that you can really stump yourself on. Happily awaiting it :) Have a great day! You too :-D Dominik


              _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

              1 Reply Last reply
              0
              • D Dominik Reichl

                First I had a look at the histogram / character distribution, and it looked fairly English. So I thought it would be some simple row shifting thingy. Split the string into 8-character sub-words and write them as a matrix: G O N A N N T A E N T T I E P T N E I I N P E I I P N O E E R O U E S N T R S N S R P A Y C P T I C I N N E I A S E R D I N R E Now read the first column from top to down, the second column from top to down, etc. The resulting plain text is: Genius is one percent inspiration and ninetynine percent perspiration tae ... as said by Thomas Edison :) I assume the tae is just for padding. Easy one :-D Dominik


                _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

                J Offline
                J Offline
                Jeremy Kimball
                wrote on last edited by
                #8

                Dominik Reichl wrote: _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al Urk...0x64 is the keyboard port, if memory serves... AD = 1010 1101 that would disable the command bit, right? Turn off the keyboard?


                Jeremy Kimball Catapultam habeo. Nisi pecuniam omnem mihi dabis, ad caput tuum saxum immane mittam. (I have a catapult. Give me all the money, or I will fling an enormous rock at your head)

                D 1 Reply Last reply
                0
                • J Jeremy Kimball

                  Dominik Reichl wrote: _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al Urk...0x64 is the keyboard port, if memory serves... AD = 1010 1101 that would disable the command bit, right? Turn off the keyboard?


                  Jeremy Kimball Catapultam habeo. Nisi pecuniam omnem mihi dabis, ad caput tuum saxum immane mittam. (I have a catapult. Give me all the money, or I will fling an enormous rock at your head)

                  D Offline
                  D Offline
                  Dominik Reichl
                  wrote on last edited by
                  #9

                  Turn off the keyboard? Exactly :-D Dominik


                  _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

                  J 1 Reply Last reply
                  0
                  • D Dominik Reichl

                    Turn off the keyboard? Exactly :-D Dominik


                    _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

                    J Offline
                    J Offline
                    Jeremy Kimball
                    wrote on last edited by
                    #10

                    Wow...it scares me that I actually remembered that. I need to get out more. :(


                    Jeremy Kimball Catapultam habeo. Nisi pecuniam omnem mihi dabis, ad caput tuum saxum immane mittam. (I have a catapult. Give me all the money, or I will fling an enormous rock at your head)

                    1 Reply Last reply
                    0
                    • D Dominik Reichl

                      First I had a look at the histogram / character distribution, and it looked fairly English. So I thought it would be some simple row shifting thingy. Split the string into 8-character sub-words and write them as a matrix: G O N A N N T A E N T T I E P T N E I I N P E I I P N O E E R O U E S N T R S N S R P A Y C P T I C I N N E I A S E R D I N R E Now read the first column from top to down, the second column from top to down, etc. The resulting plain text is: Genius is one percent inspiration and ninetynine percent perspiration tae ... as said by Thomas Edison :) I assume the tae is just for padding. Easy one :-D Dominik


                      _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

                      C Offline
                      C Offline
                      Charlie Williams
                      wrote on last edited by
                      #11

                      Dominik Reichl wrote: I assume the tae is just for padding. Thomas Alva Edison Charlie if(!curlies){ return; }

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups