New to cryptography, and trying to get a high level understanding of e2ee. My current grasp of it is that all of the logic required to implement it can (should?) be done on the front end and the only sort of interaction that changes with the server is that a recipient's public key must first be sent over for the initial encryption of data. Is this more or less correct, or am I misunderstanding?
Asked
Active
Viewed 162 times
0
-
1[Security](https://security.stackexchange.com/) might be a better fit for this. – 500 - Internal Server Error Apr 02 '21 at 18:00
1 Answers
0
You are correct.
- encrypted by me
- and i know that only the recipient can decrypt it

Ian Boyd
- 246,734
- 253
- 869
- 1,219