RSAKeyblob: CryptoAPI keyblob decoder
RSAKeyblob.exe is a .NET Framework 1.0/1.1 assembly console utility
which manually parses a CryptoAPI RSA keyblob file, created perhaps by
CryptExportKey()
and displays the
keytype, RSA public exponent and RSA modulus (big-endian order).
If the keyblob is an unencrypted PRIVATEKEYBLOB (including sn.exe generated keypairs),
the utility also displays the private key parameters.
Handles
- PUBLICKEYBLOB files
- PRIVATEKEYBLOB files, if unencrypted
- .NET publickey files (containing 3 extra headers as defined in StrongName.h)
- .NET keypair files, generated by Strong Name tool sn.exe -k
C# Source
Michel I. Gallant
neutron@istar.ca