• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Having problems with SHA1 storing and loading password
#2
You have three options:

1. Tell your customer to migrate to a safer users system

2. Tell your customer to fuck off

3. (not recommended at all) Actually read the documentation of `password_verify` to find out that it can't be used in that context. Do a string comparison of the stored hash and hashed input. This method is very unsafe and you are literally playing with user passwords. THIS IS NOT RECOMMENDED AT ALL!
[Image: github-samp-icon.png]
  Reply


Messages In This Thread
RE: Having problems with SHA1 storing and loading password - by BigETI - 2020-04-18, 10:25 PM

Forum Jump: