Hi there
I want to change an e-mail address like "someone@somewhere.com" into a string of random(ish) looking characters like "a54fdgfd689s6df9sdf" and then be able to change the string of characters back into an e-mail address.
The idea is that I'm sending out an e-mail to all the users of a website I run, at the bottom of each e-mail will be a line that'll go "If you've forgot your password please click: and you'll recieve a new password"- it'll then take the string, match it to their e-mail address on my SQL DB and fire back a new password.
I don't think it has to be super-encrypted, just something URL friendly would do.
Any comments, suggestions etc. welcome
Cheers
Tama
I do my sums on finger and thumbs.
I want to change an e-mail address like "someone@somewhere.com" into a string of random(ish) looking characters like "a54fdgfd689s6df9sdf" and then be able to change the string of characters back into an e-mail address.
The idea is that I'm sending out an e-mail to all the users of a website I run, at the bottom of each e-mail will be a line that'll go "If you've forgot your password please click: and you'll recieve a new password"- it'll then take the string, match it to their e-mail address on my SQL DB and fire back a new password.
I don't think it has to be super-encrypted, just something URL friendly would do.
Any comments, suggestions etc. welcome
Cheers
Tama
I do my sums on finger and thumbs.