Searched full:sha (Results 1 – 15 of 15) sorted by relevance
/dokuwiki/inc/ |
H A D | infoutils.php | 96 [$version['sha'], $date] = explode(' ', $commitInfo); 120 // At this point $headCommit is a SHA 121 $version['sha'] = $headCommit; 149 * This returns the version in the form "Type Date (SHA)". Where type is either 151 * last commit. SHA is the short SHA of the last commit - this is only added on 163 $sha = empty($version['sha']) ? '' : ' (' . $version['sha'] . ')'; 164 return $version['type'] . ' ' . $version['date'] . $sha;
|
H A D | PassHash.php | 70 … } elseif (preg_match('/^PBKDF2(SHA\d+)\$(\d+)\$([[:xdigit:]]+)\$([[:xdigit:]]+)$/', $hash, $m)) { 707 * Password hashing method SHA-2 713 * - SHA-2 with 256-bit output for prefix $5$ 714 * - SHA-2 with 512-bit output for prefix $6$ (default) 718 …m array $opts ('rounds' => rounds for sha256/sha512, 'prefix' => selected method from SHA-2 family)
|
/dokuwiki/.github/workflows/ |
H A D | release-build.yml | 42 sha: context.sha
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | PKCS8.php | 141 $algo = preg_match('#^pbeWith(?:MD2|MD5|SHA1|SHA)And(.*?)-CBC$#', $algo, $matches) ? 191 if (preg_match('#^pbeWith(MD2|MD5|SHA1|SHA)And.*?-CBC$#', $algo, $matches)) { 192 return $matches[1] == 'SHA' ? 'sha1' : $matches[1];
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | 6502tasm.php | 83 'lds', 'lxa', 'rla', 'rra', 'sax', 'sbx', 'sha', 'shs',
|
H A D | python.php | 127 'robotparser', 'sched', 'ScrolledText', 'select', 'sets', 'sgmllib', 'sha', 'shelve',
|
H A D | pys60.php | 117 'robotparser', 'sched', 'ScrolledText', 'select', 'sets', 'sgmllib', 'sha', 'shelve',
|
H A D | mysql.php | 226 'SHA1','SHA','UNCOMPRESS','UNCOMPRESSED_LENGTH',
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
H A D | PrivateKey.php | 129 // SHA-512(dom2(F, C) || prefix || PH(M))
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
H A D | Ed25519.php | 166 // 1. Hash the 32-byte private key using SHA-512, storing the digest in
|
/dokuwiki/inc/Utf8/tables/ |
H A D | romanization.php | 411 'しゃ' => 'sha', 902 'シャ' => 'sha',
|
/dokuwiki/inc/lang/de/ |
H A D | lang.php | 22 * @author Karl_de_Hall <Karl.Grohmueller@sonnenhof-sha.de>
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SSH2.php | 1257 // RFC 4419 - diffie-hellman-group-exchange-sha{1,256} 1804 // Only relevant in diffie-hellman-group-exchange-sha{1,256}, otherwise empty.
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | X509.php | 3688 // Now we have the key string: compute its sha-1 sum.
|
/dokuwiki/_test/tests/inc/ |
H A D | utf8_kanaromaji.txt | 14095 しゃ;sha 15414 しゃ;sha
|