Tag Archives: ensure file integrity

C#: Import a rsa public key generated by openssl

Hi,

the C# (.NET 4) RSACryptoServiceProvider->ImportCspBlob methode has the ability to import RSA (public) keys.
Continue reading C#: Import a rsa public key generated by openssl

Advertisment to support michlstechblog.info

openssl: Sign a file and verify it.

Hi,

openssl can be used to create signature of a file and check the file against the signature to prevent unauthorized changes.

Continue reading openssl: Sign a file and verify it.