]> jfr.im git - irc/atheme/atheme.git/commit
modules/crypto/pbkdf2v2: add HMAC-MD5 support (verify-only)
authorAaron Jones <redacted>
Tue, 12 Feb 2019 20:10:39 +0000 (20:10 +0000)
committerAaron Jones <redacted>
Tue, 12 Feb 2019 20:13:12 +0000 (20:13 +0000)
commit7b1204391f5bd25b5409728aac46b2855f7f9433
tree61c76b2575fe1f10f3b44c9d5d2554b29ccbc200
parenta1b6acbfe750605390740bcb0a6d8879d26507ef
modules/crypto/pbkdf2v2: add HMAC-MD5 support (verify-only)

This is cheap (the necessary scaffolding is already present) and easy,
and will enable the migration of password hashes from more sources.

It will always re-encrypt the password, after verificiation, with a
stronger digest algorithm, because you cannot configure the module to
use this one.
include/pbkdf2v2.h
modules/crypto/pbkdf2v2.c