Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1008 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 1008 Bytes

MyWpfPKIApps

MyWpfPKIApps are two .Net 6.0 Core WPF applications build with VS2022 that demonstrate RSA encryption.

img

You can use it to create a RSA key pair and encrypt and decrypt small text. In order to try the whole thing, you have to follow this order in the two applications:

img

Generate the two keys and copy the public key to the clipboard.

img

Insertion of the public key into the MyWpfPublicKeyApp application and encrypt the plain text.

img

Insertion of the encrypted text into the MyWpfPrivatKeyApp application, in which the keys were also generated, and decrypt the secret text.

You can find some more information on my Blog here