Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: How can a script use a password without making the password visible?

by afoken (Chancellor)
on Mar 02, 2017 at 08:32 UTC ( [id://1183367]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use DBI;
    use Data::Encrypted;
    ...
        $encryptor->encrypted('db password'),
        { RaiseError => 1, AutoCommit => 1}
    );
    
  2. or download this
    use DBI;
    use Data::Encrypted;
    ...
        $encryptor->encrypted('db password'),
        { RaiseError => 1, AutoCommit => 1}
    );
    
  3. or download this
    dbi:mysql:mydatabase :: clueless :: t0ps3cr3t :: HASH(0x1158f30) at pe
    +rfectlysecure.pl line 10.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1183367]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-20 04:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found