Home
last modified time | relevance | path

Searched refs:_base32Decode (Results 1 – 3 of 3) sorted by relevance

/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php48 $secretkey = $this->_base32Decode($secret);
121 protected function _base32Decode($secret) function in PHPGangsta_GoogleAuthenticator
/plugin/authg2fa/
H A DGoogleAuthenticator.php48 $secretkey = $this->_base32Decode($secret);
121 protected function _base32Decode($secret) function in PHPGangsta_GoogleAuthenticator
/plugin/twofactor/
H A DGoogleAuthenticator.php75 $secretkey = $this->_base32Decode($secret);
172 protected function _base32Decode($secret) function in dokuwiki\\plugin\\twofactor\\GoogleAuthenticator