Home
last modified time | relevance | path

Searched refs:sha1 (Results 51 – 75 of 76) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php480 : sha1($certsLocation);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/vbsso/includes/
H A Dapi.php284 $_SESSION[DOKU_COOKIE]['auth']['pass'] = sha1($pass);
/plugin/database2/
H A Dmedia.php123 $t = sha1( implode( '/', $source ) );
H A Ddatabase2.php4577 $hash = sha1( implode( '/', $selector ) );
4635 $hash = sha1( implode( '/', $selector ) );
4708 return sha1( $salt . $data . sha1( $data . $salt, true ) );
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php248 return substr(sha1(serialize($inputs).serialize($filters).serialize($options)), 0, 7);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php124 …'ETag' => ['"' . sha1(fileinode($filename) . filesize($filename) . filemtime($filename)…
/plugin/authsaml/
H A Dsaml.php193 $_SESSION[DOKU_COOKIE]['auth']['pass'] = sha1(auth_pwgen());
/plugin/authvk/
H A Dauth.php61 if ($login['password'] != sha1($login['_id'] . $pass)) {
/plugin/captcha/
H A Dhelper.php180 return sha1(implode("\n", [$ID, $lm, $td, $ip, $salt]));
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D23.23.js.map1 …256|filebase64sha512|filemd5|filemd1|filesha256|filesha512|md5|rsadecrypt|sha1|sha256|sha512|uuid|…
H A Dbundle.js396 …teSnapshot();let i;for(;i=n.read();)t.update(i);return t.digest()}(o)===e.sha1;if(i||e.sharesUndoR…
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt139 - Add fallback to built-in sha1 if both hash and mhash are not available and
H A Dxmlseclibs.php255 return strtolower(sha1(base64_decode($data)));
/plugin/adfs/phpsaml/
H A DREADME.md411 … * let the toolkit know which algorithm was used. Possible values: sha1, sha256, sha384 or sha512
412 * 'sha1' is the default value.
418 // 'certFingerprintAlgorithm' => 'sha1',
534 // 'http://www.w3.org/2000/09/xmldsig#rsa-sha1'
535 // 'http://www.w3.org/2000/09/xmldsig#dsa-sha1'
539 // Notice that sha1 is a deprecated algorithm and should not be used
543 // 'http://www.w3.org/2000/09/xmldsig#sha1'
547 // Notice that sha1 is a deprecated algorithm and should not be used
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php912 $etag = sha1(
/plugin/codemirror/dist/modes/
H A Dsparql.min.js.map1 … \"timezone\", \"tz\", \"now\", \"uuid\", \"struuid\", \"md5\", \"sha1\", \"sha256\", \"sh…
H A Dmirc.min.js.map1 …\" +\n \"$sdir $send $server $serverip $sfile $sha1 $shortfn $show $sig…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock730 integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
777 integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
994 integrity sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=
1911 integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=
2093 integrity sha1-GXHPl6yb4Bpk0jFVCNLkjm/U5xk=
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt77 ['sha1_file']=>string() // sha1 hash of entire file
78 …['sha1_data']=>string() // sha1 hash of portion of file excluding prepended and appen…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js49348 hash.sha1 = hash.sha.sha1;
49587 exports.sha1 = require('./sha/1');
70257 sha1: 'SHA-1',
70418 sha1: 20,
78230 _exports.sha1 = require('./sha1');
82875 function sha1(bytes) {
82948 var _default = sha1;
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396 …teSnapshot();let i;for(;i=n.read();)t.update(i);return t.digest()}(o)===e.sha1;if(i||e.sharesUndoR…

1234