Password Storage Scheme

Overview#

A password storage scheme provides a mechanism for encoding user password for Store in the server.

In most cases, the password is Encrypted in a manner that prevents users from determining what the Cleartext password is, while still allowing the server to determine whether the user-supplied password is correct.

Password Storage Schemes we have run into include:

Note that some LDAP Servers also supports the use of the Authentication Password Syntax.

More Information#

There might be more information for this subject on one of the following: