Decrypt file with perl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Olle24
    New Member
    • Mar 2008
    • 3

    Decrypt file with perl

    I've decrypted a file several times with this script: perl -ne "print map {chr ord ($_) - 54} split //, $_" example.txt

    They have recently changed the encryption to something else and the command does not work. I wonder if someone could help me with fixing this decryptio, i'm stuck. (It is basicly the same but something is diffrent)


    This is the encryption they are using that I cannot decrypt:
    ªªªª··········· ········ª”½¾¿½¾ ¿½”½¿½¾¿”ªªªª·· ··············· ··ª””pppp}}}}}} }}}}}}}}}}}}}pZ „ƒ…ƒ„…Z„ƒ…ƒZppp p}}}}}}}}}}}}}} }}}}}pZZ6666CCC CCCCCCCCCCCCCCC C6 IJKIJK JIKIJKIJK 6666CCCCCCCCCCC CCCCCCCC6 üüüü


    This is the file I want to decrypt:
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    can't download or see the file

    Comment

    • Olle24
      New Member
      • Mar 2008
      • 3

      #3
      I could not find the edit button so I will make a new post,
      This is the encryption used on the example.txt:
       ðääääñ ñññññññññññññññ ñññäÎ÷øùÂÂÂÂÏÏÏ ÏÏÏÏÏÏÏÏÏÏÏÏÏÏÏ ÏÂ¬ÖØÖרÖ׬ÔÕÖÔ ÕÖ¬ÂÂÂÂÏÏÏÏÏÏÏÏ ÏÏÏÏÏÏÏÏÏÏϬ¬

      Here is the .txt file
      http://rapidshare.com/files/102570087/example.txt.htm l

      Comment

      • KevinADC
        Recognized Expert Specialist
        • Jan 2007
        • 4092

        #4
        Originally posted by Olle24
        I could not find the edit button so I will make a new post,
        This is the encryption used on the example.txt:
         ðääääñ ñññññññññññññññ ñññäÎ÷øùÂÂÂÂÏÏÏ ÏÏÏÏÏÏÏÏÏÏÏÏÏÏÏ ÏÂ¬ÖØÖרÖ׬ÔÕÖÔ ÕÖ¬ÂÂÂÂÏÏÏÏÏÏÏÏ ÏÏÏÏÏÏÏÏÏÏϬ¬

        Here is the .txt file
        http://rapidshare.com/files/102570087/example.txt.htm l

        I have no idea what that string of text is you have posted, but this file:

        http://rapidshare.com/files/102570087/example.txt.htm l

        can't see or download.

        Comment

        • Olle24
          New Member
          • Mar 2008
          • 3

          #5
          I'm sorry for slow reply, i'm uploaded it again in a .rar file now

          http://www.megaupload. com/se/?d=QPMAWQAV

          that is the file i want to decrypt

          Comment

          Working...