encrypting
i have read the thread about forgot password and i want to know how to encrypt a password and how to get it when logging in.
Any help is appreciated
___________________

Login |
encryptingencryptingCurrently viewing this thread: 1 (0 members and 1 guests) bcfc4lifeStatus: Offline!
encrypting i have read the thread about forgot password and i want to know how to encrypt a password and how to get it when logging in. Any help is appreciated ___________________
damellStatus: Offline!
look up md5 function, mysql password() function also works. ___________________ //damell The best way to encrypt a password would be to use the md5 function
that would return an encrypted string. To log in use the following
that should help you get on the way ___________________ "I find it kinda funny, I find it kinda sad, prowebStatus: Offline!
i just worked out how i can encrypt ****ty scripts admin panles that are supposed to use .htpasswd woooooohooooo ___________________ ProWebUK || Professional web services || www.ProWebUK.com if video games affected us as children, then we would all be running around in dark rooms, munching magical pills and dancing to repetitive music! Gnome-CookieStatus: Offline!
Hehe, very useful information here. ___________________
DDU2003Status: Offline!
I would say using md5() is the best way to go. You won't be able to retrieve/view passwords after they are encrypted, but you can solve this by creating a script that automatically resets the password to something which your users can get emailed to them when they request a new password. You can also encrypt the data through other means, but it's much more complicated and involves a lot of complicated code which I would say is not worth it for 90% of projects. -- DDU2003 ___________________ --- DDU2003 |
Copyright ©1999-2008 Neverside. All rights reserved.
Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach
NeverAPI generated this page in 0.008 seconds.