Searched refs:hex2bin (Results 1 – 9 of 9) sorted by relevance
/dokuwiki/_test/tests/inc/ |
H A D | auth_encryption.test.php | 23 $this->assertEquals($plain, auth_decrypt(hex2bin($crypt), $secret));
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | PuTTY.php | 81 $symkey .= Strings::hex2bin(sha1($temp)); 228 … $salt = Strings::hex2bin(trim(preg_replace('#Argon2-Salt: ([0-9a-f]+)#', '$1', $key[$offset++]))); 263 $hmac = Strings::hex2bin($hmac);
|
H A D | PKCS1.php | 139 $iv = Strings::hex2bin(trim($matches[2]));
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
H A D | Strings.php | 486 public static function hex2bin($data) function in phpseclib3\\Common\\Functions\\Strings
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | BCMath.php | 106 $temp = new self(Strings::hex2bin($x), 256);
|
H A D | Engine.php | 174 $x = Strings::bin2hex(~Strings::hex2bin($x));
|
H A D | PHP.php | 98 $temp = new static(Strings::hex2bin($x), 256);
|
/dokuwiki/inc/ |
H A D | PassHash.php | 589 $hash = hash_pbkdf2($algo, $clear, hex2bin($salt), $iter, 0);
|
/dokuwiki/ |
H A D | composer.lock | 265 "hex2bin",
|