Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
First page is collecting the data from user. And then send to another page to do another process. I am using OpenSSL certificate. But i want to send data using encryption method. I want to do,

1. Create a single string using data.
2. Encrypt that string using publickey.(I can use my public key got by OpenSSL)
3. Sending encrypted string to another page.
4. Decrypt that using private key. (I can use my private key got by OpenSSL)
5. Extract the string to get the variable clearly.

How can I do that? Please any one help me.
Posted
Updated 16-May-15 0:01am
v2
Comments
e10Engi 16-May-15 12:12pm    
Please if anyone can help me....

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