Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Best way to hide passwords.

by tadman (Prior)
on Mar 06, 2001 at 04:30 UTC ( [id://62392]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my (@chars) = ('a'..'z','A'..'Z','0'..'9','.','/');
    
        sub md5_salt
    ...
    
                return $return;
        }
    
  2. or download this
         $encrypted_passwd = crypt($passwd, md5_salt());
    
         # For testing...
    ...
         {
              # Got it.
         }
    
  3. or download this
         $1$1PUXLuZE$P.LfclRO9SKqTf2BQK.yD1
         $1$t7AJPueY$1ivH/pIhxnjEIx10QzaIi.
         $1$lvWzTNnn$JFsfy9ALLJS3Dpi4OHMVo1
    

Log In?
Username:
Password:

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

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

    No recent polls found