User Profile

Collapse

Profile Sidebar

Collapse
Olle24
Olle24
Last Activity: Mar 30 '08, 04:34 PM
Joined: Mar 26 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Olle24
    replied to Decrypt file with perl
    in Perl
    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
    See more | Go to post

    Leave a comment:


  • Olle24
    replied to Decrypt file with perl
    in Perl
    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
    See more | Go to post

    Leave a comment:


  • Olle24
    started a topic Decrypt file with perl
    in Perl

    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:
    ...
    See more | Go to post
No activity results to display
Show More
Working...