openldap/contrib
Simon Levermann 7e3822f3bb ITS#8575 Implement argon2 password hashing as a module
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.
2020-02-07 09:46:23 +00:00
..
ldapc++ ITS#7855 - Update config.guess and config.sub for ldapc++ contrib module 2020-02-03 19:12:36 +00:00
ldaptcl Happy New Year! 2020-01-09 16:50:21 +00:00
slapd-modules ITS#8575 Implement argon2 password hashing as a module 2020-02-07 09:46:23 +00:00
slapd-tools Happy New Year! 2020-01-09 16:50:21 +00:00
slapi-plugins/addrdnvalues Happy New Year! 2020-01-09 16:50:21 +00:00
ConfigOIDs New ADremap overlay 2015-07-03 20:11:25 +01:00
README Fix typos 2009-08-16 23:08:41 +00:00

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$