News

I am using Microsoft's Crypto API to generate a public/private key pair, CryptExportKey() them to a blob and write the blob to a file. Then I need to read in the blob from the same file and ...