keystone/releasenotes/notes/add_bcrypt_sha256_algo-d6b1...

7 lines
219 B
YAML

---
features:
- |
Added support for the ``bcrypt_sha256`` password hashing algorythm, which
does workaround limitation on a password length BCrypt have by running the
password through HMAC-SHA2-256 first.