Showing 10 of 1,278 results.

Creating a Simple Honeypot Field in Laravel

In this blog post, we'll cover a simple method to implement a honeypot form mechanism. A honeypot is a simple security measure designed to catch bots and automated scripts using an inconspicuous form field that human users should leave empty. We...

setRounds($rounds) | Laravel's Bcrypt Hasher

The setRounds method is simple way to control how many rounds, or iterations the make method will use when calculating the final hash. An argument passed to $rounds must be a positive integer between 4 and 31 (including both 4 and 31 ). If an...

make($value, array $options = []) | Laravel's Bcrypt Hasher

The make method is used to hash a given $value with the provided $options . At the time of writing, the rounds value is the only option that is checked for in the $options array. See the information on the setRounds method for more information on...

Filter Search