Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DPassHash.php132 public function gen_salt($len = 32)
155 $salt = $this->gen_salt($len);
682 $this->gen_salt(22);
138 public function gen_salt($len = 32) { global() function in dokuwiki\\PassHash