Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I wwant to encrypt and decryppt data using rsa algorithm so how i do programming??
Posted
Updated 26-Aug-12 0:13am
v2

If you are using Windows then have a look at this CodeProject article: "Encryption using the Win32 Crypto API"[^].
 
Share this answer
 
Comments
Ritu khatri 26-Aug-12 7:02am    
i don't work on winows so i does not understand this code so plz give me a link by which i understand how to work on it...
Espen Harlinn 26-Aug-12 8:16am    
Good choice - this IS a after all windows centric site :-D
Check this link
rsa-encrypt-decrypt[^]

You can also Google[^] for more options
 
Share this answer
 
Comments
Espen Harlinn 26-Aug-12 8:16am    
5'ed!
__TR__ 26-Aug-12 8:31am    
Thank you :)
How about this:
Public Key RSA Encryption in C# .NET[^]

You say C, but I guess you mean C++/CLI, and the code could easily be converted to that from C#.
 
Share this answer
 
Comments
Ritu khatri 26-Aug-12 6:08am    
i want this code in c language
Kenneth Haugland 26-Aug-12 6:10am    
Then get to work on it :)

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