|
|
|
|
|
by adrianmacneil
4253 days ago
|
|
The only argument here is that crypto on internet connected (and potentially compromised) devices is insecure. There's nothing inherently more insecure about browser crypto. Our multisig vault relies on BitcoinJS, which we had audited by an external consulting firm. We also don't allow multisig vault creation on browsers which don't support crypto.getRandomValues() |
|
Actually, that's pretty far from the standard arguments: http://matasano.com/articles/javascript-cryptography/
That's pretty much the seminal work of why browser crypto is insecure.
The issue isn't whether the primitives you're using are secure. It's that the security of your primitives can be hijacked by any third-party javscript you load into the page. Any attacker that can gain a foothold into your javascript execution environment can trivially subvert your security.