Relative Content

Tag Archive for c++x509certificatecrypto++wincrypt

How to Decrypt Public Key using CryptDecodeObjectEx function

I am having an issue with the CryptDecodeObjectEx function on a X509 certificate, using the RSA algorithm “1.2.840.113549.1.1.1”. I retrieve 127 BYTEs and convert it to a string of chars, of hexadecimal digits separated by spaces. i.e. …5d a4 7b f6 4a 35…

How to Decryot Public Key using CryptDecodeObjectEx function

I am having an issue with the CryptDecodeObjectEx function on a X509 certificate, using the RSA algorithm “1.2.840.113549.1.1.1”. I retrieve 127 BYTEs and convert it to a string of chars, of hexadecimal digits separated by spaces. i.e. …5d a4 7b f6 4a 35…