Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: Re: How to use MD5?

by mdillon (Priest)
on Sep 18, 2002 at 14:52 UTC ( [id://198850]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Crypt::PasswdMD5;
    
    my $crypted = unix_md5_crypt $passwd, $salt;
    
  2. or download this
    my $crypted = crypt $passwd, $salt;
  3. or download this
    system("adduser", "bob", "-p", $crypted) == 0
        or die "Error adding user 'bob': $!$/";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-03-28 17:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found