Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCRAM - support for using Hashed and salted passwords #863

Open
davidfrickert opened this issue Sep 20, 2024 · 0 comments
Open

SCRAM - support for using Hashed and salted passwords #863

davidfrickert opened this issue Sep 20, 2024 · 0 comments

Comments

@davidfrickert
Copy link

Hi all,

Reading the documentation of this project it seems to imply that SCRAM needs cleartext passwords in order to work. https://github.com/cyrusimap/cyrus-sasl/blob/master/docsrc/sasl/faqs/plaintextpasswords.rst

However I don't think this is true, as some reference implementations I've seen do store the hash, salt and iterations on the backend instead of the cleartext password.

If storing an hashed password currently is not supported, what could we do to support it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant