Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: encryption confusion

by Gilimanjaro (Hermit)
on Aug 20, 2004 at 11:09 UTC ( [id://384579]=note: print w/replies, xml ) Need Help??


in reply to encryption confusion

As your salt question seems to have been answered already, I'd like to point out that you could just use Apache::Htpasswd, without your admin/root needing to install it...

You can just upload the module-file Htpasswd.pm into a directory '/yourhome/lib/Apache', and add a use lib '/yourhome/lib'; to your code. Then you just use Apache::Htpasswd; as you normally would.

Less code for you to maintain yourself... :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-19 13:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found