I have an ASP application which emails links to the users, which the users can click to access previously entered information by them. The link looks like
Now, my problem is, if some other user types out the above URL in the browser address bar and changes the id, he can see other user's information.
Therefore, I want to send encrypted links to users which can be decrypted in my ASP before i display information. When i tried an encryption algorithm i got something like:
Now the problem here is, i can still play with the three characters (trying different random combinations) immediately after "id" and get to others pages.
Now, my problem is, if some other user types out the above URL in the browser address bar and changes the id, he can see other user's information.
Therefore, I want to send encrypted links to users which can be decrypted in my ASP before i display information. When i tried an encryption algorithm i got something like:
Now the problem here is, i can still play with the three characters (trying different random combinations) immediately after "id" and get to others pages.