Text Encrypt and Decryption
by Kprasad other posts by this author
Oct 19 2009 2:47AM messages near this date
view in the new Beta List Site
Fw: Text Encrypt and Decryption
|
Re: Text Encrypt and Decryption
Hi
Can I encrypt our perl script by using these codes?
I need suggestion that it's safe or not do encrypt and decrypt our .pl or .plx file with thi
s code.
my $obscure = pack("u",$_);
my $unobscure = unpack(chr(ord("a") + 19 + print ""),$obscure);
Kanhaiya Prasad
Thread:
Kprasad
R Pocztarski
Kprasad
Serguei Trouchelle
Jean-Philippe Ulpiano
|