6.0.0-beta6
3/21/26

[#14837] add argon2i password hashing support
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 7/18/18 (2803 days ago)
Due
Updated 7/18/18 (2803 days ago)
Assigned
Resolved
Milestone
Patch Yes

History
07/18/2018 12:35:27 AM konrad (dot) mohrfeldt (at) farbdev (dot) org Comment #1
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 Download
Reply to this comment
hi,

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

Saved Queries