Roundcube Community Forum

Release Support => Requests => Topic started by: Simonbaumbach on July 10, 2019, 10:19:45 AM

Title: Password Change witch Argon2
Post by: Simonbaumbach on July 10, 2019, 10:19:45 AM
Dear Sirs and Madames,
For the use of Roundcube under Dovecot we would like to use Argon2 and give the users the opportunity to change their password. Is this possible?

I would be glad about a feedback.
OS: Ubuntu 18.04 LTS
Dovecot
Roundcube 1.3.9


Best regards from Germany
Simon Baumbach

Title: Re: Password Change witch Argon2
Post by: JohnDoh on July 10, 2019, 01:57:03 PM
The plugin does not support Argon2 atm. A quick search suggests that support needs to be compiled into PHP. But if you use the dovecotpw method for hasing your password then the plugin supports everything Dovecot does so may be give that a try.
Title: Re: Password Change witch Argon2
Post by: vention on May 05, 2026, 01:02:34 PM
Does the password plugin support ARGON2I now, after 7 years?
If not, how can i do argon2i on a separate standalone webmail server (without dovecot)?
Title: Re: Password Change witch Argon2
Post by: SKaero on May 05, 2026, 04:01:39 PM
The password plugin supports (assuming support is complied in your install of PHP) you can set the $config['password_algorithm'] to either "hash-argon2i" or "hash-argon2id".
Title: Re: Password Change witch Argon2
Post by: JohnDoh on May 05, 2026, 04:10:04 PM
I thank may be you are referring to this issue (https://github.com/roundcube/roundcubemail/issues/7724) which was resolved with the release of 1.6 in 2022.