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.
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