Public key encryption example.

Paul Rubin no.email at nospam.invalid
Wed Nov 18 18:56:01 EST 2015


Vincent Davis <vincent at vincentdavis.net> writes:
> I am looking for the "simplest" example of sending(encrypting) and
> receiving(decrypting) using public key encryption. I am think of something
> along the lines of having all the keys in local files and saving and
> reading the message from a local file.

It's very easy to make mistakes doing stuff like that.  Your simplest
bet is to shell out to GPG or something comparable.



More information about the Python-list mailing list