RSA CryptoAPI keyblob decoder utility
From: Michel Gallant (neutron_at_istar.ca)
Date: 09/12/03
- Next message: Alaa Abdelhalim [MSFT]: "Re: Password Filtering"
- Previous message: Michel Gallant: "Re: init CspParameters from X509Certificate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 12 Sep 2003 12:56:29 -0400
Here is a .NET C# utility RSAKeyblob which reads and parses
certain types of CryptoAPI keyblob files, typically exported using
CryptExportKey():
http://pages.istar.ca/~neutron/feature/rsakeyblob.html
The console utility displays the key type, RSA public exponent and
RSA modulus (big-endian order). For unencrypted PRIVATEKEYBLOB
(including sn.exe generated keypairs), also displays private key parameters.
The RSK key parameters are decoded in a form usable for initialization of
RSAParameters and RSACryptoServiceProvider.
- Michel Gallant
MVP Security
- Next message: Alaa Abdelhalim [MSFT]: "Re: Password Filtering"
- Previous message: Michel Gallant: "Re: init CspParameters from X509Certificate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]