in reply to Re: Re: Obscuring sensitive data in Perl code?
in thread Obscuring sensitive data in Perl code?

why should they have access to the secondary file??
If you're on a server, you can easily set permissions for files, and you can put the file somewhere unreachable by others without proper permission.

As you can encrypt the passwords


Chady | http://chady.net/
  • Comment on Re: Re: Re: Obscuring sensitive data in Perl code?