Home
last modified time | relevance | path

Searched refs:secret (Results 51 – 75 of 140) sorted by relevance

123456

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php300 $secret = $point;
304 $secret = substr($point, 1, (strlen($point) - 1) >> 1);
311 return $secret;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DOpenSSH.php191 if (!isset($privateKey->secret)) {
194 if (strlen($privateKey->secret) != 32) {
201 … $privateKey = Strings::packSSH2('sss', 'ssh-ed25519', $pubKey, $privateKey->secret . $pubKey);
H A DPuTTY.php121 Strings::packSSH2('s', $privateKey->secret) :
H A DPKCS8.php225 "\x04\x20" . $privateKey->secret,
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jar ... final String appId private final String key private final String secret private String host private String scheme private int requestTimeout private ...
/plugin/issuelinks/db/
H A Dupdate0001.sql63 secret TEXT NOT NULL CHECK(secret <> ''), field
/plugin/oauthdoorkeeper/conf/
H A Ddefault.php10 $conf['secret'] = '';
/plugin/diagramsnet/lib/WEB-INF/
H A Dpusher.properties3 secret=Replace_with_your_pusher_secret key
/plugin/twofactoryubiauth/
H A Dhelper.php173 $secret = base64_decode($this->getConf("clientSecret"));
182 $hash = base64_encode(hash_hmac('sha1',$sorted,$secret, true));
/plugin/issuelinks/services/
H A DGitHub.service.php276 $secret = md5(openssl_random_pseudo_bytes(32));
281 "secret" => $secret,
295 $db->saveWebhook('github', $project, $id, $secret);
336 foreach ($secrets as $secret) {
337 $signature_local = hash_hmac($algo, $body, $secret['secret']);
H A DGitLab.service.php234 $secret = md5(openssl_random_pseudo_bytes(32));
238 'token' => $secret,
250 $db->saveWebhook('gitlab', $project, $data['id'], $secret);
519 foreach ($secrets as $secret) {
520 if ($secret === $requestToken) {
/plugin/facebookalbum/
H A Dsyntax.php156 'secret' => $data['secret'],
H A Dfacebook.php919 * @param String $secret the secret to sign with
922 protected static function generateSignature($params, $secret) { argument
931 $base_string .= $secret;
/plugin/authradius/
H A Dauth.php44 $secret = $this->getConf('secret');
57 if (!radius_add_server($this->radius,$hosts[$i],$port,$secret,$timeout,$tries)){
/plugin/authvk/
H A Daction.php125 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
126 auth_setCookie($vk_login, auth_encrypt($vk_pass, $secret), $sticky);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php120 $secret = substr($hash->hash($this->dA->secret), $curve::SIZE);
130 $r = $hash->hash($dom . $secret . $message);
/plugin/issuelinks/helper/
H A Ddb.php111 * @param string $secret The secret to use when authenicationg incoming webhooks
113 public function saveWebhook($service, $repo, $id, $secret) argument
119 'secret' => $secret,
/plugin/userhomepage/
H A Dstyle.css10 a.uhp_fa i.fa-user-secret,
/plugin/fedauth/Auth/OpenID/
H A DServer.php444 function answer($secret) argument
446 return array('mac_key' => base64_encode($secret));
539 function answer($secret) argument
542 $mac_key = $this->dh->xorSecret($this->consumer_pubkey, $secret,
662 $this->session->answer($assoc->secret));
1375 $secret = Auth_OpenID_CryptUtil::getBytes(
1382 $this->SECRET_LIFETIME, $handle, $secret, $assoc_type);
H A DMDB2Store.php282 "value" => $association->secret,
/plugin/authgoogle2fa/
H A DREADME.md11 * Your Google Authenticator secret.
/plugin/openid/Auth/OpenID/
H A DServer.php493 function answer($secret) argument
495 return ['mac_key' => base64_encode($secret)];
603 function answer($secret) argument
606 $mac_key = $this->dh->xorSecret($this->consumer_pubkey, $secret,
749 $this->session->answer($assoc->secret));
1525 $secret = Auth_OpenID_CryptUtil::getBytes(
1532 $this->SECRET_LIFETIME, $handle, $secret, $assoc_type);
/plugin/vbsso/includes/
H A Dapi.php123 $secret = auth_cookiesalt(TRUE); //always sticky
124 … vbsso_auth_setCookie($json[SHAREDAPI_EVENT_FIELD_USERNAME], PMA_blowfish_encrypt('', $secret),
/plugin/authyubikey/
H A DREADME.md23 In the next step you have to set client ID and the secret key for your Yubikey.
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js180 this.createSecret(mxUtils.bind(this, function(secret, token) argument
305 }), unloading, unloading, realOverwrite, null, secret);

123456