H
hellrazor
Hi there,
We want to be able to encrypt the user ID and password within a URL, so
when we send the URL via email, they'll be able to click said URL, and the
aspx page should be able to decode it and authenticate it.
I'm thinking the url would look something like this:
http://localhost/login.aspx?id=af3awfalj3o3i3ok0890
When decoding the "id" part, the decoding function should be able to decode
/ decrypt the user id and password, authenticate with the DB and continue.
Could anyone point me in the right direction in udertaking something like
this?
it doesn't matter if the solution is in c# or vb
Thanks!
Jorge
We want to be able to encrypt the user ID and password within a URL, so
when we send the URL via email, they'll be able to click said URL, and the
aspx page should be able to decode it and authenticate it.
I'm thinking the url would look something like this:
http://localhost/login.aspx?id=af3awfalj3o3i3ok0890
When decoding the "id" part, the decoding function should be able to decode
/ decrypt the user id and password, authenticate with the DB and continue.
Could anyone point me in the right direction in udertaking something like
this?
it doesn't matter if the solution is in c# or vb
Thanks!
Jorge