PBKDF2-HMAC-SHA512 Password Storage Scheme

The PBKDF2-HMAC-SHA512 Password Storage Scheme provides a mechanism for encoding user passwords using the PBKDF2-HMAC-SHA512 message digest algorithm.

This scheme contains an implementation for the user password syntax, with a storage scheme name of "PBKDF2-HMAC-SHA512".

Parent

The PBKDF2-HMAC-SHA512 Password Storage Scheme object inherits from PBKDF2 Password Storage Scheme.

Basic Properties

enabled

SynopsisIndicates whether the Password Storage Scheme is enabled for use.
Default Value

None

Allowed Values

true

false

Multi-valued

No

Required

Yes

Admin Action Required

None

Advanced

No

Read-Only

No

pbkdf2-iterations

SynopsisThe number of algorithm iterations to make. NIST recommends at least 1000.
DescriptionBy default, changes to this setting impact only newly created and updated passwords. However, if the rehash-policy is set to always or only-increase, it causes the server to recalculate each user's password hash on their next authentication, and write the new hash to the user's entry on disk. Changing the number of iterations therefore leads to a short-term spike in CPU and disk use as the server updates each user's password when they next authenticate. Longer term, increasing this settings results in more secure passwords at the expense of longer response times and lower throughput.
Default Value

10000

Allowed Values

An integer.

Lower limit: 1.

Multi-valued

No

Required

No

Admin Action Required

None

Advanced

No

Read-Only

No

rehash-policy

SynopsisIndicates whether the server should rehash passwords after the cost has been changed.
DescriptionPasswords will be rehashed when a user successfully authenticates. Note that rehashing will increase the write load on the server.
Default Value

never

Allowed Values

always: Rehash passwords when the cost is increased or decreased.

never: Never rehash passwords.

only-increase: Only rehash passwords when the cost has been increased (do not downgrade the security of the hashed password).

Multi-valued

No

Required

No

Admin Action Required

None

Advanced

No

Read-Only

No

Advanced Properties

Use the --advanced option to access advanced properties.

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the PBKDF2-HMAC-SHA512 Password Storage Scheme implementation.
Default Value

org.opends.server.extensions.PBKDF2HmacSHA512PasswordStorageScheme

Allowed Values

A Java class that extends or implements:

  • org.opends.server.api.PasswordStorageScheme

Multi-valued

No

Required

Yes

Admin Action Required

None

Advanced

Yes

Read-Only

No

Read a different version of :