Home
last modified time | relevance | path

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

/dokuwiki/inc/Action/
H A DResendpwd.php156 $token = md5(auth_randombytes(16)); // random secret
/dokuwiki/inc/
H A Dauth.php416 $salt = bin2hex(auth_randombytes(64));
434 function auth_randombytes($length) function
467 $iv = auth_randombytes(16);
1304 $token = md5(auth_randombytes(16)); // random secret