Summary | add argon2i password hashing support |
Queue | Horde Framework Packages |
Type | Enhancement |
State | New |
Priority | 1. Low |
Owners | |
Requester | konrad.mohrfeldt (at) farbdev (dot) org |
Created | 07/18/2018 (2492 days ago) |
Due | |
Updated | 07/18/2018 (2492 days ago) |
Assigned | |
Resolved | |
Milestone | |
Patch | Yes |
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ add argon2i password hashing support
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ Yes
New Attachment: 0001-add-argon2i-password-hashing-support.patch
it would be nice if horde would support argon2i as a password hashing
algorithm. support is added so that the passwd module can use argon2
password hashes.
a working patch is attached to this ticket. it implements argon2 by
using the password_hash function (PHP 7.2+) or falls back to the
libargon binary. it doesn?t contain tests yet. feel free to provide
feedback.
source is available here: https://github.com/kmohrf/Auth