On Nov 22 2020, at 8:14 pm, Tim Roberts wrote:
> On Nov 22, 2020, at 4:16 AM, Antoine FERRON via python-win32
> wrote:
> >
> > Can you confirm that TPM "Microsoft Platform Crypto Provider" requires
> > "CNG", and pywin32 is only "CAPI" capable ?
>
> This is not a Python question at all. Look a
On Nov 22, 2020, at 4:16 AM, Antoine FERRON via python-win32
wrote:
>
> Can you confirm that TPM "Microsoft Platform Crypto Provider" requires "CNG",
> and pywin32 is only "CAPI" capable ?
This is not a Python question at all. Look at the MSDN documentation page for
the CryptEnumProviders AP
Hello pywin32 maintainers and enthusiasts,
I intend to use a TPM on Windows to generate, store and sign, through the win32
CNG API (NCryptCreatePersistedKey
(https://docs.microsoft.com/en-us/windows/win32/api/ncrypt/nf-ncrypt-ncryptcreatepersistedkey)
and NCryptSignHash) but within a Python pro