make($value, array $options = []) | Laravel: Implementing a CRYPT_EXT_DES Hasher
The make method is responsible for doing the actual hashing. It also accepts an $options array. We will allow a salt to be supplied to the options array. If no salt is supplied, we will generate one for the user. We will also accept a rounds...