in reply to hiding database passwords
You can store it encrypted, but then you'd have to store the key as well - which is pointless.
You can't have a secret in your executable that nobody can retrieve if he can read the executable. The same holds true for Perl scripts.
The only thing you can do is to fiddle with your operating systems file permissions, but that depends on your use case.
|
|---|