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

Add support for scrypt #433

Open
brycx opened this issue Feb 23, 2025 · 1 comment
Open

Add support for scrypt #433

brycx opened this issue Feb 23, 2025 · 1 comment
Labels
new feature New feature or request

Comments

@brycx
Copy link
Member

brycx commented Feb 23, 2025

@finfet has mentioned possibly upstreaming their scrypt implementation to Orion in finfet/kestrel#11 (comment).

I believe this would be a worthwhile addition to Orion, since the password-based key derivation functions right now are either Argon2i or PBKDF2. If one were to interpret OWASP recommendations strictly, then a user would have to choose PBKDF2, because the Argon2id variant isn't supported right now.

scrypt could serve as a great alternative to Argon2i.

@brycx brycx added the new feature New feature or request label Feb 23, 2025
@finfet
Copy link
Contributor

finfet commented Feb 24, 2025

I think this will be a great addition and it will give people access to an another scrypt implementation. I plan to make some progress on this over the next week.

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

No branches or pull requests

2 participants