backwards puzzles!

  • Plasmoid
    2nd Jun 2012 Member 0 Permalink

    What are you talking about?

     

    Stanley Yelnats

  • boxmein
    2nd Jun 2012 Former Staff 0 Permalink
    @Plamoid (View Post)
    stanleY yelnatS.

    ...saw tfihs raseaC elmpis ym tahw wenk elpoep hsiw I
    >Another example:
    l nalbar ab haqrefgnaq zl grkg
  • coryman
    3rd Jun 2012 Member 0 Permalink

    I wish people knew what my sipmle Caesar shift was... 

    (Don't think I decoded it right...)

    F kxizxo xz exnobcgkxn wi go dohd

     

    ?eerht fo noitator tfel a ti saW

  • craZchick
    4th Jun 2012 Member 0 Permalink

    was it a left rotation of three?

     

     

    !doog...gnisufnoc yaw gnitteg si siht

  • R3APER
    4th Jun 2012 Member 0 Permalink
    This is getting way confusing...good!

    Gindaer ta liaf uoy sdrawkcab siht gnidaer ruoy fi
  • boxmein
    4th Jun 2012 Former Staff 0 Permalink
    @craZchick (View Post)
    @coryman (View Post)
    It's a shift of 13. In the ASCII lowercase visible range that means the same shift can be used to decrypt and encrypt.

    #Python 3.2
    def doRot13(word):
    table = str.maketrans("abcdefghijklmnopqrstuvwxyz", "nopqrstuvwxyzabcdefghijklm")
    word = word.lower()
    return word.translate(table)
    print ("ROT-13 switcher using maketrans, by boxmein")
    while True:
    print (doRot13(input("Word: ")))

    >>if your reading this backwards you fail at readinG

    ...tpircs nothyP eht meht dednah I nehw neve stpyrc ym steg enoemos epoh I
  • BlueAmulet
    5th Jun 2012 Member 0 Permalink

    Deleted

    Edited once by BlueAmulet. Last: 14th Apr 2024
  • mniip
    5th Jun 2012 Developer 0 Permalink
    LOL. I write a script to easily flip the text around. So there ... Uhh ... need more text here ... hmm.

    @gamax92, luaish string.reverse(...)

    !!!kcab si 29xamag@ !!!YAY
  • PacBrad
    5th Jun 2012 Banned 0 Permalink
    This post is hidden because the user is banned
  • mniip
    5th Jun 2012 Developer 0 Permalink
    sdilos elbavom fo aedi si yllacisab siht
    -_- ton si ti oN
Locked by jacob1: game thread