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
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Dancer-Plugin-Passphrase
|