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

Consider switching from pbkdf to something more secure? #49

Open
maurerbot opened this issue Oct 19, 2021 · 1 comment
Open

Consider switching from pbkdf to something more secure? #49

maurerbot opened this issue Oct 19, 2021 · 1 comment

Comments

@maurerbot
Copy link

Today PBKDF2 is considered old-fashioned and less secure than modern KDF functions because it is not GPU or ASIC resistant.

It is recommended to use Bcrypt, Scrypt or Argon2 instead.

@jtwatson
Copy link

Maybe I am missing something, but isn't the use of PBKDF2 dictated by bip39? If you change that, you would no longer generate the same SEED for a given mnemonic code.

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

2 participants