jschauma / jass

a tool to facilitate sharing of secrets using SSH keys
MIT License
225 stars 24 forks source link

Signing/verifying? #17

Open therebelrobot opened 7 years ago

therebelrobot commented 7 years ago

Does jass handle signing of the encrypted message? I'd love to be able to both decrypt and know that who sent it is verified.

jschauma commented 7 years ago

Oz Haven notifications@github.com wrote:

Does jass handle signing of the encrypted message? I'd love to be able to both decrypt and know that who sent it is verified.

I'm afraid jass is not intended to handle message verification.

It's conceivable that this feature could be built, but I'd rather not add the complexity; users interested in both signature verification and encryption/decryption would likely be better served by other tools.

-Jan