If you need to generate passwords in your app, it's important to use a cryptographically secure algorithm. Laravel makes this easy by giving us the Str::password() helper!
https://securinglaravel.com/security-tip-new-password-generator/#Laravel
If you need to generate passwords in your app, it's important to use a cryptographically secure algorithm. Laravel makes this easy by giving us the Str::password() helper!
https://securinglaravel.com/security-tip-new-password-generator/#Laravel