G
Guest
Hi,
I have an web application to register users with username, password, email,
etc...
I the database i have a field with name: "activate" that its a bit field, 1
account activated, 0 account not activated...
My application works well, when a user wants to registers complete the form,
add this user to the database, and if the user is added, sends an email to
the account that the user put in the form.
In this email i put a link with the querystring id="xxx" and when the user
clicks in this link the user is activated and from that moment the user can
make log-in into the portal...
My question is:
I would like to encrypt the querystring to avoid that any user knows how the
activation of a user works...
What kind of encrypt its better to use in this case?
Any advice would be grateful?
I have an web application to register users with username, password, email,
etc...
I the database i have a field with name: "activate" that its a bit field, 1
account activated, 0 account not activated...
My application works well, when a user wants to registers complete the form,
add this user to the database, and if the user is added, sends an email to
the account that the user put in the form.
In this email i put a link with the querystring id="xxx" and when the user
clicks in this link the user is activated and from that moment the user can
make log-in into the portal...
My question is:
I would like to encrypt the querystring to avoid that any user knows how the
activation of a user works...
What kind of encrypt its better to use in this case?
Any advice would be grateful?