Home
last modified time | relevance | path

Searched refs:auth_randombytes (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/Action/
H A DResendpwd.php156 $token = md5(auth_randombytes(16)); // random secret
/dokuwiki/inc/
H A Dauth.php388 $salt = bin2hex(auth_randombytes(64));
406 function auth_randombytes($length)
439 $iv = auth_randombytes(16);
1276 $token = md5(auth_randombytes(16)); // random secret
340 function auth_randombytes($length) { global() function