I would like to decrypt an encrypted PVK file. I would like to get it
into unencrypted PRIVATEKEYBLOB format so that I can CryptImportKey() it
into a key container.
I am not sure how to use CryptoAPI to achieve this.
Do I have to write my own encryption and hashing algorithms to do this ?
Appreciate your help.
Many thanks,
Michael.
--
Thanks,
Daniel Sie [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Michael Leung" <mmhl...@hotmail.com> wrote in message
news:eIsMj4do...@tk2msftngp13.phx.gbl...
Many thanks,
Michael.
--
Thanks,
Daniel Sie [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Michael Leung" <mmhl...@hotmail.com> wrote in message
news:uPI1LGfo...@TK2MSFTNGP12.phx.gbl...
I would like to automate the signing process in code.
Thanks to your replies,
You can manually decode the PVK file; the file structure is documented
(unofficially) here: http://www.drh-consultancy.demon.co.uk/pvk.html
Regards,
Pieter Philippaerts