On Sat, Jun 23, 2018 at 09:54:43PM +0200, Christian Heimes wrote:

> If you need to protect sensitive data like private keys, then don't load
> them into memory of your current process. It's that simple. :) 

How do ordinary Python programmers, like me, who want to do the Right 
Thing but without thinking too hard about it (or years of study), do 
this in a more-or-less platform independent way?

We have the secrets module that is supposed to be the "batteries 
included" solution for sensitive data. Should it be involved?



-- 
Steve
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to