You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
btoa expects a string argument, so when passing it the ArrayBuffer object returned by getRandomBytes(), it's converted to a string by calling .toString() on it. This always results in "[object ArrayBuffer]", effectively resulting in a completely non-random password. |
12 years ago | |
---|---|---|
.. | ||
api.js | 12 years ago | |
background.js | 12 years ago | |
fake_api.js | 12 years ago | |
helpers.js | 12 years ago | |
options.js | 12 years ago | |
popup.js | 12 years ago | |
test.js | 12 years ago |