2012-01-24 14:51:08 +01:00
|
|
|
Dancer::Plugin::Passphrase manages the hashing of passwords for Dancer apps,
|
2013-09-07 10:39:25 +02:00
|
|
|
allowing developers to follow cryptography best practices without having to
|
2012-01-24 14:51:08 +01:00
|
|
|
become a cryptography expert. It uses the bcrypt algorithm as the default,
|
2013-09-07 10:39:25 +02:00
|
|
|
while also supporting any hashing function provided by Digest.
|
2012-01-24 14:51:08 +01:00
|
|
|
|
|
|
|
WWW: http://search.cpan.org/dist/Dancer-Plugin-Passphrase/
|