Top "Cng" questions

CryptoAPI Next Generation (CNG) is the next version of the Windows CryptoAPI available since Vista.

ECDSA signing file with key from store C#.Net CNG

I'm trying to sign a file with ECDSA using the CNG API and a certificate from the Microsoft Certificate Store. …

c# .net cryptography elliptic-curve cng
Import a Public key from somewhere else to CngKey?

I am looking for a cross platform way to share public keys for ECDSA signing. I had a great thing …

c# javascript cryptography bouncycastle cng
How to chain BCryptEncrypt and BCryptDecrypt calls using AES in GCM mode?

Using the Windows CNG API, I am able to encrypt and decrypt individual blocks of data with authentication, using AES …

c windows aes-gcm cng