Skip to content

Use of minimized cryptographic library #8

@teythoon

Description

@teythoon

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions