Tagged Questions
4
votes
3answers
657 views
Using DPAPI with Python?
Is there a way to use the DPAPI (Data Protection Application Programming Interface) on Windows XP with Python?
I would prefer to use an existing module if there is one that can do it. Unfortunately ...
0
votes
0answers
159 views
Can my Windows Domain Administrator decrypt my DPAPI encrypted files?
I want to encrypt passwords using the DPAPI like this
ProtectedData.Protect(plain, optionalEntropy, DataProtectionScope.CurrentUser);
and wonder if the domain administrator could decrypt the ...