Masking/Hiding a password in Perl Source

R

Ric

J.D. Baldwin said:
"Anybody"? You don't work with the same crew I do. I doubt more than
one of the fifty people with read access to that file would know what
to do with it. Of course, that isn't the point ....


... with the understanding, stated several times over, that this is
nothing more than security-through-obscurity, which is in fact no real
security at all, the point is not to keep access to the password from
authorized persons, the point is to keep it from being casually or
"accidentally" viewed.

Then just build the password through some functions inside your perl app .
This way you don't have it store in single variable. If you now compile
it with perl2exe it will be more difficult to grab the password then
using your decrypt function with acces to the file that holds your pass.
 
J

J.D. Baldwin

In the previous article said:
Then just build the password through some functions inside your perl
app .

Yeah, I liked the pack/unpack solution someone else mentioned. My own
situation kind of requires I do it in a separate file with strong
encryption, for purely political reasons. I am aware of how silly
this is, but I am also positive that my situation is not unique.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top