Comment on Using bcrypt to secure passwords in PerlparentComments−geoffcOP15yThanks for the feedback. I will make some changes.−LoonyPandora15yHave a look at Authen::Passphrase::BlowfishCrypt [1]. it handles a lot of my suggestions automatically and is more suited to your general-case than my code is.[1] http://search.cpan.org/~zefram/Authen-Passphrase-0.007/lib/A...−geoffcOP15yI have updated the code to use the standard storage format and switched to a better salt generator.
Comments
Thanks for the feedback. I will make some changes.
Have a look at Authen::Passphrase::BlowfishCrypt [1]. it handles a lot of my suggestions automatically and is more suited to your general-case than my code is.
[1] http://search.cpan.org/~zefram/Authen-Passphrase-0.007/lib/A...
I have updated the code to use the standard storage format and switched to a better salt generator.