87a8c001f7
allowing developers to follow best cryptography practice without having to become a cryptography expert. It uses the bcrypt algorithm as the default, wrapping Crypt::Eksblowfish::Bcrypt, and also supports any hashing function provided by Digest. WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/ PR: ports/164427 Submitted by: Grzegorz Blach <magik@roorback.net>
7 lines
383 B
Text
7 lines
383 B
Text
Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps,
|
|
allowing developers to follow best cryptography practice without having to
|
|
become a cryptography expert. It uses the bcrypt algorithm as the default,
|
|
wrapping Crypt::Eksblowfish::Bcrypt, and also supports any hashing function
|
|
provided by Digest.
|
|
|
|
WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/
|