-
Notifications
You must be signed in to change notification settings - Fork 1
Use of minimized cryptographic library #8
Copy link
Copy link
Open
Labels
Description
Describe the bug
The extension uses forge.min.js, a verbatim copy from the pwdhash-poc project. This is effectively a blob, of unknown origin, impossible to audit in any meaningful way.
Expected behavior
The extension should not contain minified code. Preferably, it should use PBKDF2 from the WebCrypto API. Failing that, it should include the unminified source from, say forge, limited to what is actually needed. This way, the extension can be properly audited.
Reactions are currently unavailable