blob: d10429f90a925c48f1710bc2c80395fa5a86dfad (
plain) (
blame)
1
2
3
4
|
Dancer::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.
|