About 51 results
Open links in new tab
  1. Windows Certificates - where is private key located?

    Jul 10, 2020 · 9 The locations are listed in Microsoft Docs on Key Storage and Retrieval. For Local system private the locations are: The Microsoft legacy CryptoAPI CSPs store private keys in: ... CNG …

  2. how to import a private key in windows - Information Security Stack ...

    9 In Windows, you can have private keys "by themselves". Programmatically, you use CryptAquireContext() to access a key "by name". The CryptoAPI contains many functions which …

  3. Propagating certificates stored in a CNG Key Store Provider

    Jan 31, 2017 · Create a CRYPT_KEY_PROV_INFO provInfo and set the fields: Set pwszContainerName to a string of your choice, just to identify the key internally; Set the field …

  4. tls - Is there a way to enforce a user password challenge for a ...

    Nov 9, 2022 · In Local Security Policy configuration, I have set System cryptography: Force strong key protection for user keys stored on the computer to value User must enter a password each time they …

  5. How can I enumerate all the saved RSA keys in the Microsoft CSP?

    You can enumerate key containers using just C#, but you must leverage P/Invoke in order to do so. Actually, this is the approach that is utilized by the infamous KeyPal utility. Here is a little C# …

  6. Migrate a x509 key using KSP (CNG) to CSP (CryptoAPI) in Windows

    It can be done using openssl. The procedure is as follows: convert the source PFX to PEM convert the PEM back to PFX Example: openssl pkcs12 -in mycert-cng.pfx -out mycert.pem openssl pkcs12 …

  7. cryptography - Adding certificate that resides on smartcard to the ...

    In particular, Internet Explorer on Windows 7, and more generally the SSL client code, when accessing the private key for certificate-based client authentication, tends to force CNG use. If you use the …

  8. cryptography - Can RSA (or any public/private key algorithm) be ...

    Symmetric ciphers can deal with arbitrary length data. A symmetric key is rather short, typically 16 or 32 bytes, so there is no problem in encrypting that with RSA. Be warned that you are in the process of …

  9. This certificate has an invalid digital signature

    Dec 27, 2011 · And that is why the CryptoAPI displays the message “This certificate has an invalid digital signature”. What it should have displayed is something along the lines of “this certificates was …

  10. What is the scope of the NSA's backdoor in Microsoft's CryptoAPI?

    0 As I understand, the NSA has a kleptographic backdoor in Microsoft's CryptoAPI algorithms, which enable them to use a secret private key to decrypt secure communications which rely on asymmetric …