Getting web credentials in Win10 with pywin32
Mr Hat via python-win32 <[email protected]>
| Newsgroups | gmane.comp.python.windows |
|---|---|
| Message-ID | <[email protected]> |
Hi, I just started using python on Win10 (I'm a linux native) and wanted to store and retrive web credentials like vauldcmd.exe would, but I'm hitting a wall. Maybe I'm just to stupid to understand the api, but has anyone already done this? My guess was using wincred.CredEnumerate() and than searching for the right credentials, but I didn't find any, which I could easily list with vaultcmd.exe. Thanks in advance.