RSS | Module Info | Add a review of Digest
Digest
(1.17)
I used this module with Digest::Bcrypt and thanks to the simple interface I implemented password-hashing very smootly in little time, even though I haven't done this since years. I benefit strongly from the general interface, since it is very simple to switch the hashing algo. This allowed me to automate choice of algo-type by putting the algo-type next to the stored pw-hashes. Like this the pw-handling will be very flexible in the future.
It would be good if
$bcrypt = Digest->new('Bcrypt');
would be added to the SYNOPSIS too.
Boris Däppen - 2012-10-26T06:59:25 (permalink)
1 out of 1 found this review helpful.
Was this review helpful to you?
Yes
No

