Cryptography API: Application programming interface that enables application developers to add authentication, encoding, and encryption to Windows-based applications.
I have been looking for some time but have not found anywhere near sufficient documentation / examples on how to use …
linux-kernel kernel kernel-module cryptoapiI need to load a PEM encoded X.509 certificate into a Windows Crypto API context to use with C++. They …
c++ windows cryptography cryptoapi pemI'm getting a pop-up when trying to use a certificate to decrypt data. I'm creating a self-signed certificate, and I'm …
c# security model-view-controller encryption cryptoapiI am trying to generate digital signatures on Windows (from XP SP3, but currently testing with Windows 7) with CryptoAPI that …
cryptography rsa digital-signature cryptoapi sha256I've build openssl manually (static libraries) following this guide now when I try to link my MFC test app with …
windows visual-c++ openssl cryptoapiThere is a group of CryptoApi functions which works with crypto service providers (CSP). CPAcquireContext CPCreateHash CPDecrypt CPDeriveKey CPDestroyHash CPDestroyKey …
c# .net cryptography cryptoapi mscapiI'm trying to use the WinCrypt API in C++. My application need to cipher, decipher, sign and verify files, and …
c++ windows cryptography cryptoapi pemI need to have a Win32 application load a hard coded AES-256 key, ideally using the WinCrypt.h methods. I've …
cryptography aes cryptoapi