]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Implement support for Argon2 password hashing.
authorShutterQuick <shutter@canternet.org>
Sat, 10 Oct 2020 17:25:24 +0000 (19:25 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Oct 2020 17:25:24 +0000 (18:25 +0100)
commit219f8e62623ff0c3002be764c1dbf7201d0293db
tree0c466767e867f8d1e645afef1e971d6610a42385
parent5f71fbdbffeecff18914fbe523e795a1d7680b47
Implement support for Argon2 password hashing.

Resolves #1540.
.github/workflows/ci-linux.yml
.github/workflows/ci-macos.yml
.gitignore
configure
docs/conf/modules.conf.example
src/modules/extra/m_argon2.cpp [new file with mode: 0644]