Files
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
..
2014-03-26 15:05:09 -04:00
2014-03-26 15:05:09 -04:00
2014-03-22 18:45:01 -04:00
2014-04-08 23:03:34 -07:00