lade...

Securinglaravel.com

Securinglaravel.com

an avatar

a logo

Securing Laravel

The essential security resource for Laravel developers.

an icon 🌐 Visit Securinglaravel.com 🌐 Securinglaravel.com besuchen

✍️Write rieview ✍️Rezension schreiben 🏷️Get Badge! 🏷️Abzeichen holen! ⚙️Edit entry ⚙️Eintrag bearbeiten 📰News 📰Neuigkeiten

Webfan Website Badge

Tags: developers essential resource security

Rieviews

Bewertungen

not yet rated noch nicht bewertet 0%

Be the first one
and write a rieview
about securinglaravel.com.
Sein Sie der erste
und schreiben Sie eine Rezension
über securinglaravel.com.

Securinglaravel.com News

Security Tip: Limiting bcrypt Passwords to 72 Bytes!

https://securinglaravel.com/secu...

[Tip #106] Laravel 12 gives us the ability to reject passwords longer than 72 bytes for bcrypt, but you need to turn it on manually. Oh, and don't forget to add a validation rule, or you'll be throwing suspicious 500 server errors! 😱

11.3.2025 07:46Security Tip: Limiting bcrypt Passwords to 72 Bytes!
https://securinglaravel.com/secu...

Security Tip: Run Your CSP in Local Development!

https://securinglaravel.com/secu...

[Tip #105] These are my top 3 tips for getting started with a Content Security Policy - as proven by a friend who went from failing security scans to passing with flying colours.

24.2.2025 07:00Security Tip: Run Your CSP in Local Development!
https://securinglaravel.com/secu...

Security Tip: Type Coercion in Broadcast Routes!

https://securinglaravel.com/secu...

[Tip #104] It's easy for type juggling to sneak into authorisation callbacks, especially when types are ambiguous, and if you're not careful, you may be leaving a massive hole waiting to be exploited! 😱

16.2.2025 06:00Security Tip: Type Coercion in Broadcast Routes!
https://securinglaravel.com/secu...

In Depth: Common Authorisation Failures!

https://securinglaravel.com/in-d...

[In Depth #33] Let's explore a number of common ways developers fail authorisation in Laravel apps, and what you need to watch out for so you don't make the same mistakes!

10.2.2025 12:48In Depth: Common Authorisation Failures!
https://securinglaravel.com/in-d...

Security Tip: Don't Roll Your Own Crypto!

https://securinglaravel.com/secu...

[Tip #103] It's story time! Let's look at the SHA-3 competition as a reminder that crypto is hard... 😱

31.1.2025 04:00Security Tip: Don't Roll Your Own Crypto!
https://securinglaravel.com/secu...

Security Tip: Do You Have an Upgrade Plan?

https://securinglaravel.com/secu...

[Tip #102] In less than 2 weeks, Laravel 10.x will no longer be supported, and PHP 8.1 has less than 12 months left! Do you have an upgrade plan?

23.1.2025 03:00Security Tip: Do You Have an Upgrade Plan?
https://securinglaravel.com/secu...

Security Tip: Should You Limit Password Lengths?

https://securinglaravel.com/secu...

[Tip #101] Password length limits are often a sign of a legacy backend or insecure hashing, but did you know bcrypt only hashes the first 72 characters? It raises the question, should we be limiting password lengths when using bcrypt too? 🤔

15.1.2025 02:00Security Tip: Should You Limit Password Lengths?
https://securinglaravel.com/secu...

In Depth: Five Ways to Fail at Authentication

https://securinglaravel.com/in-d...

[In Depth #32] Let's explore 5 different "Authentication Fails" that I've come across, as a reminder for why it's so important to get authentication right.

7.1.2025 01:03In Depth: Five Ways to Fail at Authentication
https://securinglaravel.com/in-d...

Security Tip: What If You Hashed Null?

https://securinglaravel.com/secu...

[Tip #100] One of the fun parts of doing my security audits is coming across unexpected code that looks exploitable, and trying it out myself to see what possibilities exist.

17.12.2024 11:01Security Tip: What If You Hashed Null?
https://securinglaravel.com/secu...

Security Tip: Please Stop Hardcoding Admin Domains!

https://securinglaravel.com/secu...

[Tip #99] Let me tell you a story about a time when a single missing character allowed me to escalate my privileges and gain admin access, despite all the protections designed to stop me! 😈

11.12.2024 03:01Security Tip: Please Stop Hardcoding Admin Domains!
https://securinglaravel.com/secu...

Security Tip: strip_tags() Won't Save You from XSS!

https://securinglaravel.com/secu...

[Tip #98] XSS doesn't just hide in