how to secure my password in my “registration form” using salt and hash technique?
And how the technique of salt and hash works?
how to secure my password in my registration form using salt and hash technique?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A quick tutorial on how to salt passwords using codeigniter can be found on http://www.haughin.com/2008/02/17/handling-passwords-in-codeigniter/
If you want to know more about password hashes and salting of passwords there is pretty neat post on coding horror.