Searched refs:random_bytes (Results 1 – 23 of 23) sorted by relevance
| /plugin/combo/vendor/hidehalo/nanoid-php/src/ |
| H A D | Generator.php | 11 return unpack('C*', \random_bytes($size));
|
| /plugin/authfacebook/lib/PseudoRandomString/ |
| D | RandomBytesPseudoRandomStringGenerator.php | 57 return $this->binToHex(random_bytes($length), $length);
|
| /plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/ |
| H A D | NonceTrait.php | 36 return base64_encode(random_bytes($byteLength));
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/ |
| D | UidProcessor.php | 57 return substr(bin2hex(random_bytes((int) ceil($length / 2))), 0, $length);
|
| /plugin/cspheader/ |
| D | action.php | 93 $nonce = bin2hex(random_bytes(16));
|
| /plugin/statistics/ |
| D | action.php | 63 $session['uid'] = get_doku_pref('plgstats', bin2hex(random_bytes(16))); 66 $session['id'] = bin2hex(random_bytes(16));
|
| /plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/ |
| D | README.md | 44 $data = random_bytes(32); 69 $data = random_bytes(32);
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/ |
| H A D | PagingRequest.php | 85 $this->uniqueId = $uniqueId ?? random_bytes(16);
|
| /plugin/authdiscourse/ |
| D | auth.php | 39 $this->nonce = base64_encode(random_bytes(18));
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| D | Random.php | 54 return random_bytes($length);
|
| /plugin/oauthgeneric/ |
| H A D | action.php | 96 $state = bin2hex(random_bytes(16));
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | MultipartStream.php | 37 $this->boundary = $boundary ?: bin2hex(random_bytes(20));
|
| /plugin/twofactor/ |
| D | GoogleAuthenticator.php | 41 $rnd = random_bytes($secretLength);
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/ |
| H A D | ServerPagingHandler.php | 174 return random_bytes(16);
|
| /plugin/sentry/ |
| D | Event.php | 49 $this->data['event_id'] = md5(random_bytes(512));
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/ |
| D | Protection.php | 120 $owner_pass = bin2hex(random_bytes(23));
|
| /plugin/davcal/ |
| H A D | helper.php | 850 $uri = $uri = 'dokuwiki-' . bin2hex(random_bytes(16)) . '.ics'; 1576 $url = 'dokuwiki-' . bin2hex(random_bytes(16)) . '.ics'; 1614 $url = 'dokuwiki-aggregated-' . bin2hex(random_bytes(16)) . '.ics';
|
| /plugin/groupmail/ |
| D | syntax.php | 392 $bytes = bin2hex(random_bytes(8));
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | CHANGELOG.md | 66 - Replaced `sha1(uniqid())` by `bin2hex(random_bytes(20))`
|
| /plugin/combo/ |
| H A D | composer.lock | 243 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
| /plugin/authgooglesheets/ |
| D | composer.lock | 706 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | index.mjs | 22797 …Opal.add_stubs('_verify_count,bytes,encode,strict_encode64,random_bytes,urlsafe_encode64,split,hex… 22826 $def(self, '$random_bytes', function $$random_bytes(count) { 22839 return $$$('Base64').$strict_encode64(self.$random_bytes(count)).$encode("US-ASCII"); 22848 … return $$$('Base64').$urlsafe_encode64(self.$random_bytes(count), padding).$encode("US-ASCII");
|
| D | index.cjs | 22806 …Opal.add_stubs('_verify_count,bytes,encode,strict_encode64,random_bytes,urlsafe_encode64,split,hex… 22835 $def(self, '$random_bytes', function $$random_bytes(count) { 22848 return $$$('Base64').$strict_encode64(self.$random_bytes(count)).$encode("US-ASCII"); 22857 … return $$$('Base64').$urlsafe_encode64(self.$random_bytes(count), padding).$encode("US-ASCII");
|