mctouch / cryptophane

Automatically exported from code.google.com/p/cryptophane
GNU General Public License v2.0
0 stars 0 forks source link

Encrypting to unsigned key is not allowed #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to encrypt a message with someone's key when that key is not signed by 
me is not allowed by cryptophane.

I really hate it when programs stop me from doing something solely because they 
think they know what I need.

Please remove this "feature", or at least give the option to circumvent it.

Original issue reported on code.google.com by Nuntius.Marii@gmail.com on 4 Jul 2012 at 12:38

GoogleCodeExporter commented 9 years ago
There is an option to circumvent it.

Under the "Encrypt with public key" section on the right side there is a box 
labelled "Allow sending to untrusted recipients".  If you check that box it 
will let you encrypt to unsigned keys.  Learned that while working out a 
workaround for issue #16.

Original comment by amdsil...@gmail.com on 19 Jul 2012 at 4:05