{
  "id": "password-hashing-algorithm",
  "title": "Change the password hashing algorithm",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/security/access-control/manage-passwords/password-hashing-algorithm/",
  "summary": "Change the password hashing algorithm for user passwords in a Redis Enterprise Software cluster.",
  "content": "\nRedis Enterprise Software securely stores all user passwords using a cryptographic hash function. The default password hashing algorithm is `SHA-256`, but `PBKDF2` is also supported as of Redis Enterprise Software version 7.8.6-13.\n\nYou can change the password hashing algorithm using [`rladmin`]() or the [REST API](). When you change the password hashing algorithm, the cluster rehashes the administrator password and passwords for all users, including default users.\n\n## Command-line method\n\nTo change the password hashing algorithm from the command line, run [`rladmin cluster change_password_hashing_algorithm`]():\n\n```sh\nrladmin cluster change_password_hashing_algorithm PBKDF2\n```\n\n## REST API method\n\nYou can [change the password hashing algorithm]() using a REST API request:\n\n```sh\nPATCH /v1/cluster/change_password_hashing_algorithm\n{ \"algorithm\": \"PBKDF2\" }\n```\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

