A windows form application where you can create your own certificate (.cer), extract the private and public keys to a .pem file, sign a digital signature and check the accuracy of this signature, encrypt and decrypt the data with these private and public keys with asymmetric encryption (RSA). -
View it on GitHub