TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mahesh munna
NA
12
2.9k
How to Encrypt & Decrypt URL using AES algorithm
Aug 6 2013 7:53 AM
Hi,
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=<user_id>&pwd=<password>
&mobileno=<mobile_number>&amt=<recharge_amount>&transid=<transacti
on_id>
How can i encrypt and decrypt the URL without sharing the Key as i am generating Random Key and IV automatically ?
Reply
Answers (
0
)
File downloading
how to call a code behind method after window.close()