Home
last modified time | relevance | path

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

/dokuwiki/inc/Action/
DResendpwd.php156 $token = md5(auth_randombytes(16)); // random secret
/dokuwiki/inc/
Dauth.php413 $salt = bin2hex(auth_randombytes(64));
431 function auth_randombytes($length) function
464 $iv = auth_randombytes(16);
1301 $token = md5(auth_randombytes(16)); // random secret