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&#39;t know of any way we could access the plaintext information without either breaking the (hardened) OS or breaking strong encryption.<br>
<br>I am looking for basic asymmetric encryption available in Python; I&#39;d imagine that would mean something like GPG or PGP, were such available in Python.<br><br>As far as the encryption side, <a href="http://docs.python.org/library/crypto.html">http://docs.python.org/library/crypto.html</a> offers message digests only and says to see <a href="http://www.amk.ca/python/code/crypto.html">http://www.amk.ca/python/code/crypto.html</a> for a fuller suite. <a href="http://www.amk.ca/python/code/crypto.html">http://www.amk.ca/python/code/crypto.html</a> says that it is not being maintained and to check <a href="http://www.dlitz.net/software/pycrypto/">http://www.dlitz.net/software/pycrypto/</a> for current development, but the new page in turn says that it&#39;s still working towards a release and people can download the dated/buggy library from <a href="http://www.amk.ca/python/code/crypto.html">http://www.amk.ca/python/code/crypto.html</a> ; I assume that means that for production purposes I should be looking at <a href="http://www.amk.ca/files/python/crypto/pycrypto-2.0.1.tar.gz">http://www.amk.ca/files/python/crypto/pycrypto-2.0.1.tar.gz</a> .<br clear="all">

<br>I&#39;d welcome suggestions on libraries/algorighms I should be using for asymmetric encryption to be able to say &quot;We made this box as secure as we can and now we don&#39;t know how to access the sensitive plaintext that it is securing and using to secure requests.&quot;<br>
<br>TIA,<br>-- <br>Jonathan Hayward, <a href="mailto:christos.jonathan.hayward@gmail.com" target="_blank">christos.jonathan.hayward@gmail.com</a><br>An Orthodox Christian author: theology, literature, et cetera.<br>My award-winning collection is available for free reading online:<br>

I invite you to visit my website at <a href="http://JonathansCorner.com/" target="_blank">http://JonathansCorner.com/</a><br>