Generating Password Hash In PHP 5.5 And Setting Cost Option
问题 I know PHP 5.5 is in alpha but this class I am making is just being made in advance to utilize it's hashing feature by using function_exists(). I checked out the password_hash documentation. The 3rd argument is for $options which currently supports two options, 'salt' and 'cost'. It states the following: cost, which denotes the algorithmic cost that should be used. Examples of these values can be found on the crypt() page. When I go to the crypt() page the documentation it gives is: Blowfish