Home
last modified time | relevance | path

Searched refs:secret (Results 26 – 50 of 140) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdpConfig.php42 public $secret; variable in Google\\Service\\IdentityToolkit\\IdpConfig
107 public function setSecret($secret) argument
109 $this->secret = $secret;
116 return $this->secret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DVolume.php62 public function setSecret(SecretVolumeSource $secret) argument
64 $this->secret = $secret;
71 return $this->secret;
H A DGoogleCloudRunOpV2Volume.php62 public function setSecret(GoogleCloudRunOpV2SecretVolumeSource $secret) argument
64 $this->secret = $secret;
71 return $this->secret;
H A DGoogleCloudRunV2Volume.php62 public function setSecret(GoogleCloudRunV2SecretVolumeSource $secret) argument
64 $this->secret = $secret;
71 return $this->secret;
/plugin/swarmwebhook/
H A Dadmin.php19 $secret = $this->getConf('hook_secret');
20 if (empty($secret)) {
45 $secret = $this->getConf('hook_secret');
50 $html = str_replace('$secret', hsc($secret), $html);
/plugin/authg2fa/
H A Dauth.php23 $secret = $th->getSecret($user);
24 if($secret != "") {
25 define('GOOGLE_AUTH_SECRET', $secret);
53 $checkResult = $ga->verifyCode($secret, $twofa, $tslack);
H A Dadmin.php127 $secret = $this->_tokens[$user];
129 $secret = "";
131 ptln('<td>'.$secret.'</td>');
135 if($secret != "") {
H A DTokenHelper.php30 $secret = $row[1];
31 $ret[$user] = $secret;
/plugin/siteexport/inc/
H A Dhttpproxy.php99 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
100 $this->pass = !empty($this->pass) ? $this->auth_decrypt($this->pass, $secret) : '';
109 private function auth_decrypt($pass, $secret) { argument
113 return auth_decrypt($pass, $secret);
116 return PMA_blowfish_decrypt($pass, $secret);
/plugin/authgoogle2fa/
H A Dauth.php19 $secret = $this->getConf("google_secret");
20 define('GOOGLE_AUTH_SECRET', $secret);
30 $checkResult = $ga->verifyCode($secret, $twofa, $tslack);
/plugin/autotweet/
H A DOAuth.php12 public $secret; variable in OAuthConsumer
14 function __construct($key, $secret, $callback_url=NULL) { argument
16 $this->secret = $secret;
28 public $secret; variable in OAuthToken
34 function __construct($key, $secret) { argument
36 $this->secret = $secret;
47 OAuthUtil::urlencode_rfc3986($this->secret);
109 $consumer->secret,
110 ($token) ? $token->secret : ""
141 $consumer->secret,
[all …]
/plugin/fedauth/Auth/OpenID/
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
85 array($secret, $issued, $lifetime,
91 array($server_url, $handle, $secret,
H A DDiffieHellman.php98 function xorSecret($composite, $secret, $hash_func) argument
105 for ($i = 0; $i < Auth_OpenID::bytes($secret); $i++) {
106 $xsecret .= chr(ord($secret[$i]) ^ ord($hash_dh_shared[$i]));
H A DSQLStore.php321 function _set_assoc($server_url, $handle, $secret, $issued, argument
328 $secret,
340 $association->secret),
422 $assoc->secret = $this->blobDecode($assoc->secret);
/plugin/openid/Auth/OpenID/
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
86 $secret,
100 $secret,
H A DDiffieHellman.php99 function xorSecret($composite, $secret, $hash_func) argument
106 for ($i = 0; $i < Auth_OpenID::bytes($secret); $i++) {
107 $xsecret .= chr(ord($secret[$i]) ^ ord($hash_dh_shared[$i]));
H A DSQLStore.php338 * @param string $secret
344 function _set_assoc($server_url, $handle, $secret, $issued, argument
351 $secret,
364 $association->secret),
451 $assoc->secret = $this->blobDecode($assoc->secret);
/plugin/twofactorgoogleauth/
H A Daction.php32 $secret = $this->getSecret();
34 $url = 'otpauth://totp/' . rawurlencode($name) . '?secret=' . $secret;
39 $form->addHTML('<figcaption><code>'.$secret.'</code></figcaption>');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A Dlibsodium.php110 if (!isset($privateKey->secret)) {
113 if (strlen($privateKey->secret) != 32) {
119 return $privateKey->secret . $curve->encodePoint($publicKey);
/plugin/revealjs/plugin/multiplex/
H A Dmaster.js14 secret: multiplex.secret, property in post.messageData
/plugin/swarmwebhook/lang/en/
H A Difttt_instructions.txt14 "secret": "$secret"
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/requiz/
H A Dhelper.php33 $secret = PMA_blowfish_encrypt($rand,auth_cookiesalt());
37 $out .= '<input type="hidden" name="plugin__requiz_secret" value="'.hsc($secret).'" />';
/plugin/captcha/
H A Dhelper.php69 $secret = $this->encrypt($rand);
75 $out .= '<input type="hidden" name="' . $this->field_sec . '" value="' . hsc($secret) . '" />';
91 $out .= $this->htmlAudioLink($secret, $ID);
94 $out .= $this->htmlImage($ID, $secret);
97 $out .= $this->htmlImage($ID, $secret);
98 $out .= $this->htmlAudioLink($secret, $ID);
162 * Build a semi-secret fixed string identifying the current page and user
385 * @param string $secret the encrypted random number
388 protected function htmlImage($ID, $secret)
392 'secret'
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js783 var secret = this.file.getDescriptorSecret(desc);
885 var secret = this.file.getDescriptorSecret(desc);
887 if (secret == null || urlParams['lockdown'] == '1')
929 ((secret != null) ? '&secret=' + encodeURIComponent(secret) : ''),
1257 DrawioFileSync.prototype.createToken = function(secret, success, error) argument
1268 '&secret=' + encodeURIComponent(secret), mxUtils.bind(this, function(req)
1305 var secret = this.file.getDescriptorSecret(this.file.getDescriptor());
1322 msg: msg, secret: secret,
1346 var secret = this.file.getDescriptorSecret(this.file.getDescriptor());
1350 if (secret == null || urlParams['lockdown'] == '1')
[all …]

123456