Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Md5 password authentication

by vaevictus (Pilgrim)
on Nov 13, 2000 at 23:16 UTC ( [id://41384]=note: print w/replies, xml ) Need Help??


in reply to Md5 password authentication

after putting the hurt down on some code and realizing that i mistyped my salt during my initial trials... final working code:
use Crypt::PasswdMD5; my $pass ="foobar"; my $salt="M0au29mc"; print unix_md5_crypt($pass, $salt);
OH MY! was that difficult... feel free to make fun of me beyond this point. :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 22:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found