I am developing a website for Online recharge in which i need to send a request to the remote server by encrypting the URL.
Recharge Request Foramt is:
http:// www.remoteServerName.in /recharge.ashx?uid=&pwd=
&mobileno=&amt=&transid=
on_id>
How can i encrypt and decrypt the URL without sharing the Key as i am generating Random Key and IV automatically ?
Replies
Know the answer? Post it — somebody with the same question will find it here.