On 6/23/2018 8:14 PM, Greg Ewing wrote:
Paul Moore wrote:a = SafeStr("my secret data") ... work with a as if it were a string del aBut in order to create the SafeStr, you need to first have the data in the form of an ordinary non-safe string. How do you dispose of that safely?
getpass could return a SafeStr (or SafeBytes?). SafeStr could be initialized from a sequence of ints. -- Terry Jan Reedy _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
