List Question
20 TechQA 2024-03-06T02:24:59.430000Why does my code hang after encrypting to AES 256?
54 views
Asked by user23533541
Simple CNG example besides the one on Microsoft's site?
62 views
Asked by JeffR
attempting to use Microsoft CNG to generate DSA keys in C
68 views
Asked by trindflo
Is it possible to compute a HMAC in .NET using a key that has been persisted as a CNGkey object?
89 views
Asked by slickboy
Private Key Doesn't Match X509 Certificate After Converting to CNG
180 views
Asked by t.probst
What is the pkcs11 equivalent of NCryptSecretAgreement and NCryptDeriveKey functions
70 views
Asked by chailatte
CNG: Get an ECC Private key blob in pkcs8 format with explicit domain parameters
91 views
Asked by tzippy
How to export public key with NCryptExportKey into a file
239 views
Asked by wildfrontier
Is there a way to log CNG function calls?
81 views
Asked by Макс
NCryptExportKey fails when trying to export RSA key
189 views
Asked by wildfrontier
CngProvider.SetProviderProperty in .NET?
32 views
Asked by D.R.
Bcryptdecrypt unable to decrypt data correctly
159 views
Asked by RituV
How do I correctly print a ciphertext encrypted by BCryptEncrypt?
94 views
Asked by Sergio Calderon
BCryptDecrypt failes with STATUS_INVALID_PARAMETER
439 views
Asked by woldgrep
C++ CNG NCrypt: Can't open persisted key from Key Storage Provider
552 views
Asked by Alexandr
How to get public and private key from CNG (BCrypt) RSA algorithm?
493 views
Asked by B00t
X509Certificate2 extension methods, issue with nCipher KSP
110 views
Asked by Crypt32
RSACryptoServiceProvider.VerifyData doesn't work properly on different Windows versions
295 views
Asked by Dmitry Grebennikov