mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
This change implements argon2, which won the Password Hashing Competition (https://password-hashing.net/) as a contrib-module in order to provide a modern password hashing alternative in openldap. The currently available password hashing algorithms are relatively old, and modern hardware, especially GPUs can compute quite a few (ranging from tens of thousands to millions) of hashes per second. Argon2 was designed to withstand such attacks. This implementation uses the default work factors used in the argon2 command line client, but the resulting hashes are stored in a way that would allow retroactive changes to these values, or even exposing them as configuration in the module. |
||
|---|---|---|
| .. | ||
| ldapc++ | ||
| ldaptcl | ||
| slapd-modules | ||
| slapd-tools | ||
| slapi-plugins/addrdnvalues | ||
| ConfigOIDs | ||
| README | ||
OpenLDAP Contributed Software README OpenLDAP Project provides a number of freely-distributable LDAP software packages. While distributed as part of OpenLDAP Software, they are not necessarily supported by the OpenLDAP Project. Some packages may be out of date. Each package in this directory has its own use and may have different redistribution restrictions than typical for OpenLDAP Software. Current contributions: ldapc++ LDAP C++ API Contributed by SuSE Gmbh. ldaptcl LDAP TCL API Contributed by NeoSoft slapd-modules Native-API modules slapd-tools Tools to use with slapd slapi-plugins SLAPI plugins OpenLDAP Contributing Guidelines are available at: <http://www.openldap.org/devel/contributing.html>. $OpenLDAP$