芝麻web文件管理V1.00
编辑当前文件:/home4/randall/public_html/sl/wp-content/plugins/cloudflare/src/SecurityUtil.php
$timeValidFor) { return false; } return true; } /** * @param $data - string the data that will be hashed. * * @return string */ private static function hashFunction($data) { $hash = hash('sha512', $data); return substr($hash, 64); } }