passwords - Change PASSWORD_BCRYPT_DEFAULT_COST PHP constant -


i've upgraded php running on our box php5.5 , looking leveraging new password hashing framework. through benchmarking i've decided use cost of 11 instead of default 10. there anyway change constant without recompiling? want take away chance of programming error if forget define cost when call functions.

to clear, still want constant, different value.

many thanks!


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -