signal-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.
2014-04-17 15:56:50 +02:00
..
api.js Send-to-self works =D 2014-03-26 15:05:09 -04:00
background.js Send-to-self works =D 2014-03-26 15:05:09 -04:00
fake_api.js tabstabstabstabstabs 2014-03-22 18:45:01 -04:00
helpers.js Add bit for !identityKey and commit wip test-cases 2014-04-07 13:11:01 -04:00
options.js Correctly extract string data for password. 2014-04-17 15:56:50 +02:00
popup.js Fix click handler 2014-04-08 23:03:34 -07:00
test.js Add bit for !identityKey and commit wip test-cases 2014-04-07 13:11:01 -04:00