Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 5 of 5) sorted by relevance

/web-master/manage/
H A Dusers.php12 $mydata["CSRF"][$name] = $csrf = hash("sha512", (string)mt_rand(0,mt_getrandmax()));
17 list($which, $hash) = explode(":", $val, 2);
25 if ($mydata["CSRF"][$name] != $hash) {
296 $hash = gen_svn_pass($_SESSION["credentials"][0], $_SESSION["credentials"][1]); variable
297 $csrf = "approve:$hash:";
/web-master/scripts/
H A Dupdate-user-notes68 $file = $root.substr($hash,0,2)."/$hash";
75 echo "unable to open $notes file $hash\n";
H A Devent_listing24 // Event duplication check hash
H A Drss_parser77 // Define month conversion hash
/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text625 are used to hash respectivly span- and block-level generated content. This
727 * Some special tags were replaced in the output by their md5 hash

Completed in 36 milliseconds