iamsamurai
Technical User
I have a perl script which I am trying to find out how to unencrypt. It is a simple backup script someone gave. The code is below. I understand and do not wish for others to decrypt this I just need someone to explain what is going on and kick me in the right direction for unencrypting this on my own.
my $xwKjKQ = '485a57584e4e96929f5c96...c9692e690eb6d';
\par
\par
$xwKjKQ =~ tr/19ef5\par
d206c83b47a/f23d6a890451b7ce/;
$xwKjKQ = eval pack ('H*',$xwKjKQ);
print STDER\par
my $xwKjKQ = '485a57584e4e96929f5c96...c9692e690eb6d';
\par
\par
$xwKjKQ =~ tr/19ef5\par
d206c83b47a/f23d6a890451b7ce/;
$xwKjKQ = eval pack ('H*',$xwKjKQ);
print STDER\par