[Qgis-developer] Qgis custom buil to read obfuscated data

Barry Rowlingson b.rowlingson at lancaster.ac.uk
Fri Sep 16 05:23:36 EDT 2011


On Thu, Sep 15, 2011 at 8:56 PM, Marco Hugentobler
<marco.hugentobler at sourcepole.ch> wrote:
> Hi Giovanni
>
>  The simplest solution might be to encrypt the data and send the key to your
> clients.

 Simplest, but if you send the key in plaintext then you might as well
send the data in plaintext - either could be intercepted!

 Better is for them to send you a public key, you encrypt the data
with that and send it to them, then they decrypt it with their private
half of the key. The data is always sent encrypted, and the decryption
key never travels.

Barry


More information about the Qgis-developer mailing list