PDA

View Full Version : Decryption help.....



Webdude
November 19th, 2000, 03:38
I have some scripts on my server that start out like:

#!/usr/bin/perl
use Filter::decrypt2 ;
ÿÿpPanDVC/[BsLsLsVPbm (and more junk like this a mile long!)

In other words they are encrypted. Anyone have any clue as to how I UN-encrypt them so as to edit them??

atlas
November 25th, 2000, 19:24
Hmm, usually that is done if you don't buy the source code, or the company doesn't want you changing anything without them. As for being able to change that -- since perl is an interpreted language. You'd have to look into that. I might take a look since I'm curious...

mjk@atlascgi.com