in reply to Password Protect a Perl Script
often asked, always denied.
The perl-interpreter needs to read plain text, whichever en- and decryption you are doing, can be read by a man in the middle.
> I came across a situation where we are hard coding some critical information in a Perl script.
don't.
Cheers Rolf
( addicted to the Perl Programming Language)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Password Protect a Perl Script
by hdb (Monsignor) on Oct 29, 2013 at 07:20 UTC | |
by MidLifeXis (Monsignor) on Oct 29, 2013 at 12:29 UTC |