Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am creating a website for sending an encrypted mail using RSA algorithm.
using this a sender will set a password for decrypt mail. Now the problem is how to send that password to the receiver.
Posted
Comments
fjdiewornncalwe 17-Oct-12 12:33pm    
You'll need to add more information to your question. As it stands, it doesn't make much sense.

1 solution

If my understanding of your problem is correct, you HAVE to use asymmetric open-key encryption like all usual mailing/web systems do. The "how do I provide a key" question is one of the basics of encryption and transmission. Read more on the subject.

PS: ok, use FedEx :)
 
Share this answer
 
Comments
Member 9519384 17-Oct-12 13:02pm    
thanx... i will check 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