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.
session-desktop/js
Ventero 3d7db4dbc3 Correctly extract string data for password.
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 Send-to-self works =D 12 years ago
background.js Send-to-self works =D 12 years ago
fake_api.js tabstabstabstabstabs 12 years ago
helpers.js Add bit for !identityKey and commit wip test-cases 12 years ago
options.js Correctly extract string data for password. 12 years ago
popup.js Fix click handler 12 years ago
test.js Add bit for !identityKey and commit wip test-cases 12 years ago