Last active
August 29, 2015 14:24
-
-
Save sighmon/e5d0828c82935c9689d6 to your computer and use it in GitHub Desktop.
GPGTools decrypted block in reply
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Summary: | |
Replying to a partly encrypted message, https://gpgtools.org includes the decrypted block of the original message in the reply. | |
Steps to Reproduce: | |
* Reply to an email with a block of encrypted data in it amongst some unencrypted data. | |
* Press send, hastely read the warning, make bad assumption, send anyway. | |
Expected Results: | |
* I expected GPGTools to include the original encrypted block in the reply when clicking send. | |
Actual Results: | |
* The decrypted block stays in the original message in the reply. | |
Notes: | |
The decrypted block in the reply is rendered to look like the block that GPGTools decrypts on the fly, so I assumed it would be encrypted when sent. My error. *assumptions are bad* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment