Home
last modified time | relevance | path

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

/webtrees/app/
H A DMediaFile.php38 use function random_bytes; alias
239 $glide_key = bin2hex(random_bytes(128));
402 $glide_key = bin2hex(random_bytes(128));
/webtrees/resources/views/statistics/other/charts/
H A Dcolumn.phtml14 $id = 'google-chart-' . bin2hex(random_bytes(8));
15 $name = 'callback_' . bin2hex(random_bytes(12));
H A Dcombo.phtml13 $id = 'google-chart-' . bin2hex(random_bytes(8));
14 $name = 'callback_' . bin2hex(random_bytes(12));
H A Dpie.phtml14 $id = 'google-chart-' . bin2hex(random_bytes(8));
15 $name = 'callback_' . bin2hex(random_bytes(12));
H A Dgeo.phtml16 $id = 'google-chart-' . bin2hex(random_bytes(8));
17 $name = 'callback_' . bin2hex(random_bytes(12));
/webtrees/app/Cli/Commands/
H A DUserCreate.php32 use function random_bytes; alias
110 $password = bin2hex(string: random_bytes(length: 8));
H A DTreeCreate.php32 use function random_bytes; alias
/webtrees/app/Http/RequestHandlers/
H A DSetupWizard.php51 use function random_bytes; alias
258 $text1 = random_bytes(32);