5 ms·
I'm not sure what this adds over applying PGP on the server? The way to intercept the message with the server doing PGP would be to either MITM the connection
by mfwoods 13y ago
I'm not sure what this adds over applying PGP on the server?
The way to intercept the message with the server doing PGP would be to either MITM the connection or breach into the server to intercept before encryption.
In both cases you could just as well modify the javascript served to the browser to defeat the PGP done in the browser as well.
- zobzu 13y agoit adds not much. it does make it more complex to intercept because you need to serve diff js. il also means cleartext isnt on the server at all til compromised. but yeah the design is bypassable. thus not really safe. clients should do it natively i guess.