Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'n writing a program that uses Rijndael to encrypt a message then uses RSA to encrypt the Rijndael key. I have the Rijndael algorithm ready to use but how do I use RSA to encrypt and decrypt messages or namely the key but it's about the same thing. any help would be appreciated!:confused::confused::confused:
Posted

1 solution

This[^] article seems to cover RSA encryption in VB fairly well.

Have a look and see if it helps. If not Bingle on vb.net rsa encryption, there are plenty of examples out there.
 
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