rladmin cluster change_password_hashing_algorithm

Changes the password hashing algorithm.

Redis Enterprise Software

Changes the password hashing algorithm for the entire cluster. When you change the hashing algorithm, it rehashes the administrator password and passwords for all users, including default users.

rladmin cluster change_password_hashing_algorithm <algorithm>

Parameters

Parameter Type/Value Description
algorithm SHA-256
PBKDF2
Change to the specified hashing algorithm. The default hashing algorithm is SHA-256.

Returns

Reports whether the algorithm change succeeded or an error occurred.

Example

$ rladmin cluster change_password_hashing_algorithm PBKDF2
Please confirm changing the password hashing algorithm
Please confirm [Y/N]: y
Algorithm changed
RATE THIS PAGE
Back to top ↑