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

C# Source


Michel I. Gallant
neutron@istar.ca