An open API service indexing awesome lists of open source software.

https://github.com/dotpot/ppkgedsv

Demo C# application for Private/Public RSA Key Generation. Encryption/Decryption and Signing/Verification for messages using those keys. Also X509 self-signed certificate generation and PDF document signing.
https://github.com/dotpot/ppkgedsv

Last synced: about 1 year ago
JSON representation

Demo C# application for Private/Public RSA Key Generation. Encryption/Decryption and Signing/Verification for messages using those keys. Also X509 self-signed certificate generation and PDF document signing.

Awesome Lists containing this project

README

          

#### Notes
Demo C# console application for:

- Private/Public RSA Key Generation using `RSACryptoServiceProvider` with key size of your taste.
- Message Encryption/Decryption using those keys.
- Message Signing(`SHA512`)/Verification using those keys.
- X509 self-signed Certificate creation using `BouncyCastle`.
- PDF document signing using certificate using `iTextSharp`.

Use it at your own caution & feel free to improve it as you like.

![Console App Screen](http://i.imgur.com/JdwsAET.png?1)
![Signed PDF Document](https://i.imgur.com/AK3oc2S.png)