Skip to content

Simpler sender authentication #20

@nikolamilekic

Description

@nikolamilekic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions