0
Have somebody a simple login script for php?
7 Answers
+ 3
I have plenty. You have a problem with something?
+ 3
Yes. But notice that there's no database or encryption for passwords
+ 3
Okay. Can you show me how do you hash and store your passwords?
+ 1
Toni Isotalo would use hashing instead of encryption tho ;)
+ 1
Boem Shakalaka Do NOT, I repeat, DO NOT use SHA512 or other standard hashing algorithms.
They are too fast, if a hacker gets a hashed password, he can try up to 50 Billion combinations a second. It's not going to hold up very long. Use bcrypt. It's better, slower, and waaaayy more secure.
0
Toni Isotalo
i have a login script but the website doesnt work cause of the hash password