|
|
|
|
|
by sillysaurus3
4253 days ago
|
|
The only argument here is that crypto on internet connected (and potentially compromised) devices is insecure. 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. |
|
Also, any attacker who gains a foothold of your operating system execution environment can trivially subvert your security as well. Does that mean crypto is broken on PCs?