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.