Closed marcusklaas closed 9 years ago
https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html
That should speed up the crypto significantly, which is particularly nice for mobile users.
This should also prevent people from stealing your key once you're logged in. Not that it matters much, as the entire password library will be in DOM/ memory. Still, it's nice.
Implemented in https://github.com/marcusklaas/yet-another-password-manager/pull/17.
https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html
That should speed up the crypto significantly, which is particularly nice for mobile users.