2
我正在使用以下哈希與鹽,說'unique'
。我不確定是否'unique'
是一個文字字符串或Zend內部關鍵字,用於Zend實際生成獨特的鹽?Zend爲element_hash生成隨機鹽
如果它只是一個隨機字符串,我認爲最好改變它,那麼zend是否有一個隨機的字符串生成函數可以用來抑制這種散列元素?
$hash = new Zend_Form_Element_Hash('hash', 'no_csrf_foo', array('salt' => 'unique'));