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

Re^3: How to hide a password in a script?

by beable (Friar)
on Aug 06, 2004 at 09:10 UTC ( [id://380478]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub run
    {
    ...
        $data = unobfuscate();
        return $data;
    }
    
  2. or download this
    sub run
    {
    ...
        print "DING DING DING! PASSWORD = $data DING DING!\b";
        system("externalprogram -p $data");
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-29 09:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found