Re: Erasing strings from memory?
Zooko <[email protected]>
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <E18BELW-0000VA-00@localhost> |
If you don't require 100% Pure Python implementation, then perhaps you can do all the memory management in the same C extension as your crypto, and avoid all of the features of Python strings entirely. My project, Mnet [1], is proceeding with the plan to use Crypto++. I recently noticed another Python project has made the same choice: OSAF [2]. Regards, Zooko [1] http://mnet.sf.net/ [2] http://osafoundation.org/