To improve compatibility with python keystone additional password hashing algorithms must be implemented. Full list of what python currently supports: - bcrypt (supported) - bcrypt_sha256 - scrypt - pbkdf2_sha512
To improve compatibility with python keystone additional password hashing algorithms must be implemented. Full list of what python currently supports: