2014-11-20 22:20:48 +01:00
|
|
|
Dancer2::Plugin::Passphrase manages the hashing of passwords for Dancer apps,
|
|
|
|
allowing developers to follow cryptography best practices without having to
|
|
|
|
become a cryptography expert. It uses the bcrypt algorithm as the default,
|
|
|
|
while also supporting any hashing function provided by Digest.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Dancer2-Plugin-Passphrase
|