Meddington / OutlookPrivacyPlugin

A PGP encryption plugin for Outlook 2010, 2013 and 2016.
BSD 3-Clause "New" or "Revised" License
272 stars 60 forks source link

Feature request: encryption back-end plugin #177

Open earonesty opened 6 years ago

earonesty commented 6 years ago

There are a number of cryptosystems besides GnuPG. While we could always fork this repo and plug in another, that's both harder to maintain and harder for users to work with.

Maybe the GnuPg part can be abstracted out a bit, and an hookable api for encrypt(eml) decrypt(eml) can be used?

Meddington commented 6 years ago

That would require a full rewrite of the plugin. Other crypto systems have patterns that don’t match well, so probably wouldn’t work out well.

On Jul 12, 2018, at 09:44, earonesty notifications@github.com wrote:

There are a number of cryptosystems besides GnuPG. While we could always fork this repo and plug in another, that's both harder to maintain and harder for users to work with.

Maybe the GnuPg part can be abstracted out a bit, and an hookable api for encrypt(eml) decrypt(eml) can be used?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.