muelli / geysigning

An easier way to sign OpenPGP keys over the local network
GNU General Public License v3.0
9 stars 10 forks source link

Make the data transfer more secure #28

Closed andreimacavei closed 8 years ago

andreimacavei commented 9 years ago

Ideally, the application would process authenticated data only. Currently, data is transmitted as plaintext and only later authenticated. A secure channel would help to deter attacks such as the keyserver-in-the-middle.A secure channel could be established by exchanging a secret via the QR code and use that to set up an encrypted link.