StreamCryptor icon indicating copy to clipboard operation
StreamCryptor copied to clipboard

Simpler sender authentication

Open nikolamilekic opened this issue 8 years ago • 0 comments

In order to authenticate the sender, the recipient currently needs to parse the file's header to get the sender's public key so that he can compare it to the expected one. This basically means the onus is on the recipient to conduct authentication which is easy to forget, and cumbersome because he needs to know how to parse the header. It would be nice if the Decrypt methods accepted the expected sender's public key, and threw if it does not match.

nikolamilekic avatar Apr 11 '17 18:04 nikolamilekic