Closed TellThatToLuke closed 4 days ago
Currently, when performing a signing cryptography operation, the output is an encrypted message instead of a signed message.
A detached signed message typically starts with '-----BEGIN PGP SIGNATURE-----'
, while a clear-signed message typically starts with '-----BEGIN PGP SIGNED MESSAGE-----'
. Instead, when clicking 'Sign', the message starts with '-----BEGIN PGP MESSAGE-----'
, which indicates that it is an encrypted message.
Describe the feature …
Currently, when performing a signing cryptography operation, the output is an encrypted message instead of a signed message. It would be beneficial to have the option to choose between a detached signature and a clear-signed signature when clicking 'Sign'.