Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How do you crypt a file with RSA-2048 using a button. I know that it will crypt the file using a public key, and decrypt the file using a private key.

What I have tried:

I have tried to find the source code on google, but it never works.
Posted
Updated 16-Jul-17 22:27pm

1 solution

We've an article on this very topic: Using RSA and AES for File Encryption[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900