-
Notifications
You must be signed in to change notification settings - Fork 123
crypto plugin: gpgme plugin variant #896
Comments
This is a follow-up task to #892 . |
We have two options here:
I would prefer number 1 because of better comparability to the other compilation variants. However, number 2 might be cleaner and more secure (no passwords are written over the pipes). @markus2330 What is your opinion on this matter? |
You are right that a plugin variant What about having a separate plugin |
Agreed.
I was thinking about separate plugins for encryption/decryption and signing. Like having sign_gcrypt, fsign (or fverify, not sure about the name yet). I would prefer to implement the signature operations outside the scope of my Bachelor's Thesis. |
Short updateI am making progress with |
Feature
The
gpgme
plugin is created to solely uses thegpgme
library for crypto operations.The text was updated successfully, but these errors were encountered: