Home
last modified time | relevance | path

Searched refs:md5 (Results 1 – 25 of 327) sorted by path

12345678910>>...14

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php571 $uuid = md5(uniqid(mt_rand(), true));
/plugin/advanced/admin/
H A Dconfig.php192 if (md5($content_old) === md5($content_new)) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1796 O.md5 = function(hex) { return crypto.createHash('md5').update(hex).digest('hex'); }; function
1798 O.md5 = function(hex) { throw "unimplemented"; };
H A Dxlsx.min.js3 …j]&255]}return out};if(crypto){O.md5=function(hex){return crypto.createHash("md5").update(hex).dig… function
H A Dxlsx.min.map1 …ge_xls","range","OFFCRYPTO","make_offcrypto","O","_crypto","crypto","rc4","md5","hex","createHash"…
/plugin/anonip/
H A Daction.php29 $uid = md5($ses);
32 $uid = md5(auth_browseruid());
/plugin/authdrupal8/
H A Dpassword.inc229 // have 'U' added as the first character and need an extra md5().
231 $password = md5($password);
246 // A phpass password generated using md5. This is an
248 $hash = _password_crypt('md5', $password, $stored_hash);
/plugin/authfacebook/
H A Dauth.php16 if (!defined('AUTHFACEBOOK_COOKIE')) define('AUTHFACEBOOK_COOKIE', 'SPFB'.md5(DOKU_REL.(($conf['sec…
/plugin/authgoogle/
H A Dauth.php8 if (!defined('AUTHGOOGLE_COOKIE')) define('AUTHGOOGLE_COOKIE', 'SPGG'.md5(DOKU_REL.(($conf['securec…
155 $this->createUser($login, md5(rand().$login), $user['name'], $email, $grps);
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php89 $storageFile = $this->getCacheFile(md5($key));
109 $storageDir = $this->getCacheDir(md5($key));
110 $storageFile = $this->getCacheFile(md5($key));
132 $file = $this->getCacheFile(md5($key));
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php264 return md5($key);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo.php25 public $md5; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo
38 public function setMd5($md5) argument
40 $this->md5 = $md5;
47 return $this->md5;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php76 …uplicationStore === null ? sys_get_temp_dir() . '/monolog-dedup-' . substr(md5(__FILE__), 0, 20) .…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php116 $symkey .= md5($symkey . $password . $iv, true);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DFingerprint.php57 return substr(chunk_split(md5($key), 2, ':'), 0, -1);
/plugin/authradius/
H A Dmschap.php54 mt_srand(hexdec(substr(md5(microtime()), -8)) & 0x7fffffff);
/plugin/authsmartcard/
H A Dauth.php52 …d_userdata']) && $_SESSION['smartcard_userdata']['username']==$username && md5($_SESSION['smartcar…
84 $password = md5($userdata['pass']);
/plugin/authucenter/lib/api/
H A Duc.php297 $key = md5($key ? $key : UC_KEY);
298 $keya = md5(substr($key, 0, 16));
299 $keyb = md5(substr($key, 16, 16));
300 …$keyc = $ckey_length ? ($operation == 'DECODE' ? substr($string, 0, $ckey_length): substr(md5(micr…
302 $cryptkey = $keya.md5($keya.$keyc);
305 …, $ckey_length)) : sprintf('%010d', $expiry ? $expiry + time() : 0).substr(md5($string.$keyb), 0, …
333 … substr($result, 0, 10) - time() > 0) && substr($result, 10, 16) == substr(md5(substr($result, 26)…
/plugin/authucenter/lib/uc_client/
H A Dclient.php130 …$s = urlencode(uc_authcode($data.'&agent='.md5($_SERVER['HTTP_USER_AGENT'])."&time=".time(), 'ENCO…
170 $key = md5($key ? $key : UC_KEY);
171 $keya = md5(substr($key, 0, 16));
172 $keyb = md5(substr($key, 16, 16));
173 …$keyc = $ckey_length ? ($operation == 'DECODE' ? substr($string, 0, $ckey_length): substr(md5(micr…
175 $cryptkey = $keya.md5($keya.$keyc);
178 …, $ckey_length)) : sprintf('%010d', $expiry ? $expiry + time() : 0).substr(md5($string.$keyb), 0, …
206 … substr($result, 0, 10) - time() > 0) && substr($result, 10, 16) == substr(md5(substr($result, 26)…
592 …/images/camera.swf?inajax=1&appid='.UC_APPID.'&input='.$uc_input.'&agent='.md5($_SERVER['HTTP_USER…
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php45 $hash_template = md5($title_template.$body_template);
46 $hash_data = md5($title_template.$title_data.$body_template.$body_data);
H A Duser.php130 $passwordmd5 = preg_match('/^\w{32}$/', $password) ? $password : md5($password);
133 } elseif($user['password'] != md5($passwordmd5.$user['salt'])) {
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php116 …$headers .= 'Message-ID: <'.gmdate('YmdHs').'.'.substr(md5($mail['message'].microtime()), 0, 6).ra…
/plugin/authucenter/lib/uc_client/model/
H A Duser.php123 } elseif($user['password'] != md5(md5($password).$user['salt'])) {
132 $password = md5(md5($password).$salt);
151 if(!$ignoreoldpw && $data['password'] != md5(md5($oldpw).$data['salt'])) {
155 $sqladd = $newpw ? "password='".md5(md5($newpw).$data['salt'])."'" : '';
228 return $questionid > 0 && $answer != '' ? substr(md5($answer.md5($questionid)), 16, 8) : '';
235 $username = substr(md5($username), 8, 15);
273 $username = substr(md5($username), 8, 15);
/plugin/authwordpress/
H A Dclass-phpass.php78 md5(microtime() . $this->random_state);
80 pack('H*', md5($this->random_state));
149 $hash = md5($salt . $password, TRUE);
151 $hash = md5($hash . $password, TRUE);
154 $hash = pack('H*', md5($salt . $password));
156 $hash = pack('H*', md5($hash . $password));
/plugin/authyubikey/lib/
H A DYubico.php291 'nonce'=>md5(uniqid(rand())));

12345678910>>...14