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:
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:
Comment