Before you reach for a hashing function, stop and think about what you're hashing and why you're hashing it...
Often all you need is a random token, and using a hash to generate one ends up being predictable and insecure.
https://securinglaravel.com/p/security-tip-do-you-really-need-a
#PHP#Laravel
↧
Article 1
↧