Skip Menu |

This queue is for tickets about the PHP-Functions-Password CPAN distribution.

Report information
The Basics
Id: 132690
Status: open
Priority: 0/
Queue: PHP-Functions-Password

People
Owner: Nobody in particular
Requestors: ddpm [...] liscovius.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Add Argon2 support
argon2i and argon2id are supported by PHP7.4 and it would be great to have it in PHP::Functions::Password too so hybrid applications with Perl/PHP stuff can upgrade.
Crypt::Argon2 seems to do the job and is used yet by other perl modules too, so the required changes should not be too complicated?
On Sat May 23 15:31:53 2020, ddpm@liscovius.de wrote: Show quoted text
> Crypt::Argon2 seems to do the job and is used yet by other perl > modules too, so the required changes should not be too complicated?
It looks easy, so I'll implemented as soon as I have some free time. Also I think I'll make the dependency optional. If Crypt::Argon2 is installed, then the algorithms are available, else not. In that case, I'll also implement password_algos() to make it clearer.