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 PBKDF2 w/SHA-256 method to WASM binary #1

Closed
ernieturner opened this issue Jan 7, 2019 · 0 comments
Closed

Add PBKDF2 w/SHA-256 method to WASM binary #1

ernieturner opened this issue Jan 7, 2019 · 0 comments
Assignees
Milestone

Comments

@ernieturner
Copy link
Contributor

Edge doesn't yet support the PBKDF2 flavor that we've implemented for master private key escrow and the pure-JS polyfill is very slow. To better support Edge we should implement PBKDF2 in wasm so that we get better performance numbers and can call it from IronWeb.

@ernieturner ernieturner added this to the 2018-12-31 milestone Jan 7, 2019
@ernieturner ernieturner self-assigned this Jan 7, 2019
ernieturner pushed a commit that referenced this issue Jan 7, 2019
ernieturner added a commit that referenced this issue Jan 8, 2019
#2)

* #1 Add method to perform PBKDF2 in WebAssembly to help support experience in MS Edge

* Change variable type to avoid cast
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