browser-passworder icon indicating copy to clipboard operation
browser-passworder copied to clipboard

A simple browserifiable module for encrypting and decrypting JSON-serializable objects with a password.

Results 9 browser-passworder issues
Sort by recently updated
recently updated
newest added

Thanks to PR https://github.com/MetaMask/browser-passworder/pull/49, it can now support various algorithm with different cost factor. However, just increasing pbkdf2 iteration might not be the best option to secure encrypt logic. The...

Hello MetaMask team, I am writing to request the addition of an ECMAScript Module (ESM) version of the `browser-passworder` module. As the JavaScript ecosystem continues to evolve, ESM has become...

Before #29, the `decrypt` function would return a `Promise` with a generic `R`. It was changed to return `Promise` instead, which breaks the implementation in `snaps-monorepo`, because `unknown` is not...

Key derivation options are now exported from the functions `keyFromPassword` and `encryptWithDetail`. This can allow the project using this package to store the key derivation options alongside the vault, allowing...

See this comment for details: https://github.com/MetaMask/browser-passworder/pull/28/files#r1013365391

enhancement

The KDF used and iteration count should be included in the payload returned from `encrypt` to facilitate upgrades over time. This makes it possible to change the work factor or...

## Summary This pull request changes the Security Code Scanner reference from `metamask/security-code-scanner@main` to `metamask/action-security-code-scanner@v1`. This change aligns with our versioned workflow approach and MetaMask naming conventions. This is a...

Bumps the npm_and_yarn group with 9 updates: | Package | From | To | | --- | --- | --- | | [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` | | [browserify-sign](https://github.com/crypto-browserify/browserify-sign)...

dependencies