Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99049 > unrolled thread

Re: Public key encryption example.

Started byLaura Creighton <lac@openend.se>
First post2015-11-19 12:51 +0100
Last post2015-11-19 12:51 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Public key encryption example. Laura Creighton <lac@openend.se> - 2015-11-19 12:51 +0100

#99049 — Re: Public key encryption example.

FromLaura Creighton <lac@openend.se>
Date2015-11-19 12:51 +0100
SubjectRe: Public key encryption example.
Message-ID<mailman.455.1447933892.16136.python-list@python.org>
In a message of Wed, 18 Nov 2015 16:18:28 -0700, Vincent Davis writes:
>This might be a "Let me Google that for you question", I tried.
>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.
>
>Possibly using cryptography library elliptic-curve
>https://cryptography.io/en/latest/hazmat/primitives/asymmetric/ec/#elliptic-curve-signature-algorithms
>
>Surly there is an example out there?
>
>Vincent Davis

pycrypto does this.

https://pypi.python.org/pypi/pycrypto
code and diagrams here
http://www.laurentluce.com/posts/python-and-cryptography-with-pycrypto/

There really isn't much to it.

Laura

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web