You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: