marcusklaas / yapm-client

super-straight-forward-single-user-json-aes-based-online-password-manager
4 stars 1 forks source link

use webcrypto api #10

Closed marcusklaas closed 9 years ago

marcusklaas commented 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.

marcusklaas commented 9 years ago

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.

marcusklaas commented 9 years ago

Implemented in https://github.com/marcusklaas/yet-another-password-manager/pull/17.