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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -