[pycrypto] Encryption library

Jonathan Hayward christos.jonathan.hayward at gmail.com
Mon May 4 12:58:09 CST 2009


I am looking to set up a hardened box that will be able to store
information, but after we ask it to generate fresh keys and credentials, the
box alone can access the plaintext of stored information but we won't know
of any way we could access the plaintext information without either breaking
the (hardened) OS or breaking strong encryption.

I am looking for basic asymmetric encryption available in Python; I'd
imagine that would mean something like GPG or PGP, were such available in
Python.

As far as the encryption side,
http://docs.python.org/library/crypto.htmloffers message digests only
and says to see
http://www.amk.ca/python/code/crypto.html for a fuller suite.
http://www.amk.ca/python/code/crypto.html says that it is not being
maintained and to check http://www.dlitz.net/software/pycrypto/ for current
development, but the new page in turn says that it's still working towards a
release and people can download the dated/buggy library from
http://www.amk.ca/python/code/crypto.html ; I assume that means that for
production purposes I should be looking at
http://www.amk.ca/files/python/crypto/pycrypto-2.0.1.tar.gz .

I'd welcome suggestions on libraries/algorighms I should be using for
asymmetric encryption to be able to say "We made this box as secure as we
can and now we don't know how to access the sensitive plaintext that it is
securing and using to secure requests."

TIA,
-- 
Jonathan Hayward, christos.jonathan.hayward at gmail.com
An Orthodox Christian author: theology, literature, et cetera.
My award-winning collection is available for free reading online:
I invite you to visit my website at http://JonathansCorner.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.dlitz.net/pipermail/pycrypto/attachments/20090504/a7526ef3/attachment.htm 


More information about the pycrypto mailing list