Using DPAPI with Python? Using DPAPI with Python? python python

Using DPAPI with Python?


I have been using CryptProtectData and CryptUnprotectData through ctypes, with the code from

http://article.gmane.org/gmane.comp.python.ctypes/420

and it has been working well.


Also, pywin32 implements CryptProtectData and CryptUnprotectData in the win32crypt module.