palant / pfp

A simple and secure browser extension to be used with KeePass databases.
https://pfp.works/
Mozilla Public License 2.0
113 stars 14 forks source link

Firefox ESR: fails to generate password - worker error #78

Closed ghost closed 6 years ago

ghost commented 6 years ago

When trying to generate password it fails with worker error message. In browser console there is info about TypeErrror: invalid arguments in scrypt.js line 1205: var dk = new Uint8Array(length);.

Tested with Firefox ESR 52.6 on Debian stable. Fresh profile.

palant commented 6 years ago

Sounds like the same issue I had to fix for Edge: https://github.com/palant/pfp/commit/1506d6c886b2162b01d81510f956464ecf5d109a. Guess I'll need this change after all, will have to test.

palant commented 6 years ago

PfP 2.0.2 is out, it should work now.

ghost commented 6 years ago

Works great, thx!