GpgFrontend icon indicating copy to clipboard operation
GpgFrontend copied to clipboard

Plain text Signature

Open Achim16 opened this issue 1 year ago • 2 comments

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

Achim16 avatar May 30 '24 09:05 Achim16

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.

saturneric avatar May 30 '24 10:05 saturneric

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

Achim16 avatar Jun 01 '24 11:06 Achim16

Image

A new feature related is introduced. This still affects all operations, but you can switch to ASCII/binary mode easily without restarting.

Refer: dd8bca46a64dc01ed5a914632b1176cfb4a4ef86

saturneric avatar Feb 03 '25 15:02 saturneric