Click here to Skip to main content
15,884,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to generate public key and secret key based on any algorithm??? but those generation is based on our uploading file(text)?
Posted
Comments
Nelek 2-Nov-12 4:29am    
Please have a look to:How to ask a question?[^]
bbirajdar 2-Nov-12 4:34am    
Okay.. Let me try to read your mind because the information you have provided is not sufficient
Nelek 2-Nov-12 4:37am    
Maybe in the repost[^] there is more info

1 solution

You can do this using certificates, if you create your own certificates using a certification authority or by using visual studio(link following)
http://msdn.microsoft.com/en-us/library/ms733813(v=vs.100).aspx[^]

then you can use the following code to do your encryption

Cryptography with certificates[^]
 
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