Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJWT.php33 protected static function getSecret() function in dokuwiki\\JWT
50 … if (!hash_equals($signature, hash_hmac('sha256', "$header.$payload", self::getSecret(), true))) {
136 $signature = hash_hmac('sha256', "$header.$payload", self::getSecret(), true);