⚠️Top 10 Laravel security issues I've found⚠️

#5 → Insecure Function Use

Please stop using md5(time()) for generating random tokens and filenames! Seriously, stop it!! 😡

Also, rand() isn't cryptographically secure, so stop using it too!

I bet if you go into the codebase of your app

You are viewing a robot-friendly page.Click hereto reload in standard format.