Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
1.40/5 (3 votes)
See more:
here is an example table in sql database

username password
jhansi 123456@aw.
please help me the process in each step
Posted

1 solution

Do not store passwords in the first place, but a kind of a one-way hash, better with some salt (and pepper) added...
http://en.wikipedia.org/wiki/Cryptographic_hash_function[^]
http://en.wikipedia.org/wiki/Salt_%28cryptography%29[^]
 
Share this answer
 
Comments
Maciej Los 12-Apr-15 14:50pm    
5ed!
Kornfeld Eliyahu Peter 12-Apr-15 14:52pm    
Thank you...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900