saturneric / GpgFrontend

A free, open-source, robust yet user-friendly, compact and cross-platform tool for OpenPGP encryption. It stands out as an exceptional GUI frontend for the modern GnuPG (gpg).
https://gpgfrontend.bktus.com
GNU General Public License v3.0
450 stars 43 forks source link

Plain text Signature #155

Open Achim16 opened 1 month ago

Achim16 commented 1 month ago

Yet another enhancement proposal - signing files currently lacks the option to generate ASCII .asc signatures instead of binary one using the --armor argument.

saturneric commented 1 month ago

This approach is possible for now, but maybe not so flexible. You can uncheck "Use Binary Mode for File Operations" on GnuPG Controller in order to generate an ASCII signature.

image

This change will make the application to restart. I plan to improve this function so that you can choose the signature style each time you want to sign.

Achim16 commented 1 month ago

Ok, I see, thanks. As this also affects encryption, I'd currently see this as a workaround only. But at least possible. Thanks