7 ms·
This project addresses a different problem. One where you want to have multiple people reading a message at anytime in the future without the need for end to en
by jeduga 14y ago
This project addresses a different problem. One where you want to have multiple people reading a message at anytime in the future without the need for end to end communication in real time.
- sp332 14y agoRight. Matasano is pointing out that securing communications with JS is basically doomed. But they admit that if you can secure the transmission of the entire contents of the page (HTML, JS, everything), then your JS crypto should be OK. They just can't think of a reason to do that, which obviously you have. :) edit: sneak points out that you have Google Analytics loading on that page, so your data could be compromised that way - theoretically :)
- sneak 14y ago> But they admit that if you can secure the transmission of the entire contents of the page (HTML, JS, everything), then your JS crypto should be OK Nope. The server operator can still serve you (perfectly secured over an SSL channel) backdoored javascript crypto code.