Home
last modified time | relevance | path

Searched refs:random_bytes (Results 1 – 23 of 23) sorted by relevance

/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DGenerator.php11 return unpack('C*', \random_bytes($size));
/plugin/authfacebook/lib/PseudoRandomString/
DRandomBytesPseudoRandomStringGenerator.php57 return $this->binToHex(random_bytes($length), $length);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DNonceTrait.php36 return base64_encode(random_bytes($byteLength));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
DUidProcessor.php57 return substr(bin2hex(random_bytes((int) ceil($length / 2))), 0, $length);
/plugin/cspheader/
Daction.php93 $nonce = bin2hex(random_bytes(16));
/plugin/statistics/
Daction.php63 $session['uid'] = get_doku_pref('plgstats', bin2hex(random_bytes(16)));
66 $session['id'] = bin2hex(random_bytes(16));
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
DREADME.md44 $data = random_bytes(32);
69 $data = random_bytes(32);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
H A DPagingRequest.php85 $this->uniqueId = $uniqueId ?? random_bytes(16);
/plugin/authdiscourse/
Dauth.php39 $this->nonce = base64_encode(random_bytes(18));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DRandom.php54 return random_bytes($length);
/plugin/oauthgeneric/
H A Daction.php96 $state = bin2hex(random_bytes(16));
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DMultipartStream.php37 $this->boundary = $boundary ?: bin2hex(random_bytes(20));
/plugin/twofactor/
DGoogleAuthenticator.php41 $rnd = random_bytes($secretLength);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerPagingHandler.php174 return random_bytes(16);
/plugin/sentry/
DEvent.php49 $this->data['event_id'] = md5(random_bytes(512));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
DProtection.php120 $owner_pass = bin2hex(random_bytes(23));
/plugin/davcal/
H A Dhelper.php850 $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/
Dsyntax.php392 $bytes = bin2hex(random_bytes(8));
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DCHANGELOG.md66 - Replaced `sha1(uniqid())` by `bin2hex(random_bytes(20))`
/plugin/combo/
H A Dcomposer.lock243 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
/plugin/authgooglesheets/
Dcomposer.lock706 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs22797 …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");
Dindex.cjs22806 …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");