salt

  1. I

    исправлено Notice в php 5.6 You must use a randomly generated salt

    Notice: crypt(): No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash. in common.php on line 1991 $str .= str_shuffle(preg_replace('#[^0-9a-zA-Z]#', '', crypt(uniqid(mt_rand(), true)))); заменить на $str .=...
Сверху