Click here to Skip to main content
15,907,233 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I want to encrypt and decrypt plain text by using RSA algorithm in my c# window form project. Where, I want to insert Key(Private or Public) from TextBox. How can I do this? Thanks for your Help.
Posted
Comments
OriginalGriff 16-Dec-15 2:03am    
And?
What have you tried?
Where are you stuck?
What help do you need?
Sergey Alexandrovich Kryukov 16-Dec-15 2:20am    
Who told you that you have to "insert a key"? The question makes no sense.
Do you really think it has anything to do with forms?
Do you have any clue on the purpose of RSA? What do you want to achieve with that?
And finally, MSDN documentation documentation explains the use of RSA in detail? What's unclear?
—SA
Member 12197393 17-Dec-15 21:10pm    
Hi,
I read the use of RSA at MSDN documentation yesterday. I try to understand about of RSA and I try to understand the method and properties of RSACryptoServiceProvider Class.
Thanks for your help and advice, sir.
Sergey Alexandrovich Kryukov 17-Dec-15 21:44pm    
I see no problems. You really need to explain what you miss. Do you understand what public-key encryption really does?
—SA

1 solution

 
Share this answer
 
Comments
CPallini 16-Dec-15 5:20am    
5.

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