Re: [python-win32] AES based win32crypt lib for python3

2020-10-06 Thread Tim Roberts
On Oct 5, 2020, at 8:24 AM, Raja Sekhar wrote: > > I have seen win32crypt lib for python, And it is built on DES algorithm. Sort of. Triple-DES is used to protect the master key derived from the credentials, but I’ve never seen Microsoft say what they actually use to encrypt the data blob.

[python-win32] AES based win32crypt lib for python3

2020-10-05 Thread Raja Sekhar
Hi Team, I have seen win32crypt lib for python, And it is built on DES algorithm. I am searching for such library in Python using AES Algorithm. I have gone through pyAesCrypt, Crypto.Cipher which is taking an explicit key for encryption. I would be grateful if you could help me to find a