Subject: | Add sha256_base64() to password encryption methods |
I would like to add sha256_base64() as a password encryption method.
I have attached a proposed version of the file and here is the diff:
48d47
< use Digest::SHA qw( sha256_base64 );
430c429
< be 'none', 'crypt', 'md5', or 'sha256'. This is not required and
defaults to 'none'.
---
Show quoted text
> be 'none', 'crypt', or 'md5'. This is not required and defaults to
'none'.
514d512
< 'sha256' => sub { return sha256_base64($password) eq
$crypted_password; },
1146c1144
< passwords you need to allow 13 characters. If you're using
sha256_base64() you need to allow for 44 characters.
---
Show quoted text> passwords you need to allow 13 characters.
Subject: | AuthCookieDBI_sha.pm |
Message body is not shown because it is too large.