Can anyone share any good schemes for obscuring login IDs, passwords and the like where they get used in Perl code? For example in a <Perl> section of a mod_perl-enabled Apache config file, or in a DBI connection to Oracle like:
$user = 'scott'; $passwd = 'tiger'; $dbh = DBI->connect("dbi:Oracle:somedbname", $user, $passwd);
Not expecting anything bulletproof, just something enough that the casual observer wouldn't notice while poking around in a filesystem.
Thanks!
In reply to Obscuring sensitive data in Perl code? by larryl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |