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.
- Host: GitHub
- URL: https://github.com/dotpot/ppkgedsv
- Owner: dotpot
- Created: 2015-02-11T17:12:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T09:48:52.000Z (over 11 years ago)
- Last Synced: 2025-04-01T22:03:35.263Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 203 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

