Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Replacing crypt() for password login via a digest - looking for stronger alternative

by kikuchiyo (Hermit)
on Jun 12, 2021 at 18:05 UTC ( [id://11133806]=note: print w/replies, xml ) Need Help??


in reply to Replacing crypt() for password login via a digest - looking for stronger alternative

+1 for Authen::Passphrase::BlowfishCrypt, we use it in our main product at $work. It creates salted hashes, and it has an adjustable cost parameter to decrease efficiency of brute-force attacks on faster hardware in the future.

It's compatible with pgcrypto, which we've used in the past.

  • Comment on Re: Replacing crypt() for password login via a digest - looking for stronger alternative

Log In?
Username:
Password:

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

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

    No recent polls found