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 library in python3,

which uses AES encryption library similar to win32crypt which encrypts data
using a session key derived from current user's logon credentials  as in
‘CryptProtectData’ function.



Thanks in advance.



Regards,

Raja
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to