Home
last modified time | relevance | path

Searched refs:password (Results 51 – 75 of 387) sorted by relevance

12345678910>>...16

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DRaw.php36 * @param string $password optional
39 public static function load($key, $password = '') argument
70 * @param string $password optional
73 …ivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '') argument
H A DPKCS8.php72 * @param string $password optional
75 public static function load($key, $password = '') argument
83 $key = parent::load($key, $password);
130 * @param string $password optional
134 …nteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', array $opti… argument
144 return self::wrapPrivateKey($key, [], $params, $password, null, '', $options);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DSMTPDelivery.php63 public function setPassword(NotifierSecretRef $password) argument
65 $this->password = $password;
72 return $this->password;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartySignupNewUserRequest.php61 public $password; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartySignupNewUserRequest
208 public function setPassword($password) argument
210 $this->password = $password;
217 return $this->password;
H A DIdentitytoolkitRelyingpartySetAccountInfoRequest.php90 public $password; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartySetAccountInfoRequest
343 public function setPassword($password) argument
345 $this->password = $password;
352 return $this->password;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DDigestMD5Challenge.php137 $password = $options['password'] ?? '';
167 $password,
177 $password,
186 $this->context->set('a1', hex2bin(DigestMD5Mechanism::computeA1($password, $message, $response)));
203 $password = $options['password'] ?? null;
206 if ($password === null) {
227 # then the password was incorrect.
228 $expected = DigestMD5Mechanism::computeResponse($password,
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php68 * @param string $password
71 public static function load($key, $password = '') argument
199 * @param string $password
203 protected static function wrapPrivateKey($publicKey, $privateKey, $password, $options) argument
205 if (!empty($password) && is_string($password)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS1.php57 * @param string $password optional
60 public static function load($key, $password = '') argument
72 $decoded = parent::load($matches[0], $password);
118 $key = parent::load($key, $password);
176 * @param string $password optional
180 …PrivateKey(BigInteger $privateKey, BaseCurve $curve, array $publicKey, $password = '', array $opti… argument
199 return self::wrapPrivateKey($key, 'EC', $password, $options);
H A DPKCS8.php72 * @param string $password optional
75 public static function load($key, $password = '') argument
90 $key = parent::load($key, $password);
211 * @param string $password optional
215 …PrivateKey(BigInteger $privateKey, BaseCurve $curve, array $publicKey, $password = '', array $opti… argument
228 $password,
246 return self::wrapPrivateKey($key, [], $params, $password, 'id-ecPublicKey', '', $options);
H A DOpenSSH.php55 * @param string $password optional
58 public static function load($key, $password = '') argument
60 $parsed = parent::load($key, $password);
184 * @param string $password optional
188 …PrivateKey(BigInteger $privateKey, BaseCurve $curve, array $publicKey, $password = '', array $opti… argument
203 return self::wrapPrivateKey($publicKey, $privateKey, $password, $options);
213 return self::wrapPrivateKey($publicKey, $privateKey, $password, $options);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBasicCallBack.php48 * @param string $password
51 protected function validateUserPass($username, $password) { argument
54 return $cb($username, $password);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBasicCallBack.php48 * @param string $password
51 protected function validateUserPass($username, $password) { argument
54 return $cb($username, $password);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPSS.php104 * @param string $password optional
107 public static function load($key, $password = '') argument
117 $key = parent::load($key, $password);
173 * @param string $password optional
177 …, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '', array $opti… argument
184 return self::wrapPrivateKey($key, [], $params, $password, null, '', $options);
H A DMSBLOB.php84 * @param string $password optional
87 public static function load($key, $password = '') argument
197 * @param string $password optional
200 …BigInteger $e, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '') argument
206 if (!empty($password) && is_string($password)) {
/plugin/authucenter/
H A Dauth.php89 $password = '';
95 list($uid, $username, $password, $email) = $this->_uc_user_login($user, $pass);
100 $password = $user_info['password'];
112 list($uid, $password, $username) = explode("\t", uc_authcode($cookie, 'DECODE'));
114 if($password && $uid && $username){
125 if($uid == $user_info['uid'] && $password == $user_info['password']){
144 $_SESSION[DOKU_COOKIE]['auth']['password'] = $password;
448 private function _uc_user_login($username, $password){ argument
449 $return = uc_user_login($this->_convert_charset($username), $password);
458 private function _uc_user_register($username, $password, $email){ argument
[all …]
/plugin/authsmartcard/
H A Dauth.php48 public function checkPass(&$username, &$password) { argument
52 …card_userdata']['username']==$username && md5($_SESSION['smartcard_userdata']['pass'])==$password){
84 $password = md5($userdata['pass']);
135 public function findUserByUsernameAndPassword($username, $password){ argument
137 $password = preg_replace('/[^\w\d\.-_]/', '', $password);
/plugin/webdav/core/Backend/
H A DAuth.php22 * @param string $password
26 protected function validateUserPass($username, $password) argument
32 $check = $auth->checkPass($username, $password);
/plugin/authucenter/lib/uc_client/control/
H A Duser.php66 $password = $this->input('password');
78 $uid = $_ENV['user']->add_user($username, $password, $email, 0, $questionid, $answer, $regip);
109 $password = $this->input('password');
119 return array($status, '', $password, '', 0);
130 $passwordmd5 = preg_match('/^\w{32}$/', $password) ? $password : md5($password);
144 return array($status, $user['username'], $password, $user['email'], $merge);
228 $password = $this->input('password');
233 $uid = $_ENV['user']->add_user($newusername, $password, $email, $uid);
/plugin/passwordgrey/
H A Dscript.js23 const password = span.textContent;
29 span.textContent = password;
40 copyToClipboard(password);
/plugin/etherpadlite/action/
H A Detherpadlite.php265 $password = $_POST["encpw"];
266 if ($password != "***") {
267 if ($password == "") $password = NULL;
271 $password = $_POST["readpw"];
272 if ($password != "***") {
273 if ($password == "") {
276 $meta[$rev]["readpw"] = $password;
280 $password = $_POST["writepw"];
281 if ($password != "***") {
282 if ($password == "") {
[all …]
/plugin/stellarium/scripts/
H A Dstellarium.js1 function sendStellariumRequest(buttonId, serverUrl, password) { argument
10 if (password != "") {
11 xhr.setRequestHeader('Authorization', 'Basic ' + btoa(':' + password));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DDigestMD5Mechanism.php100 public static function computeResponse(string $password, Message $challenge, Message $response, bool $useServerMode = false): string argument
102 $a1 = self::computeA1($password, $challenge, $response);
140 public static function computeA1(string $password, Message $challenge, Message $response): string argument
146 $password
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php62 protected $password; variable in Tx\\Mailer\\SMTP
117 * @param string $password
120 public function setAuth($username, $password){ argument
122 $this->password = $password;
234 if ($this->username === null && $this->password === null) {
250 $in = base64_encode($this->password) . $this->CRLF;
/plugin/sympaauth/lang/en/
H A Dlogin.txt7 You must use your email and password as they are known by [[<http URL for sympa list server>|sympa …
10 If you have lost your password or for the first login [[<http URL for sympa list server>/remindpass…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS1.php45 * @param string $password optional
48 public static function load($key, $password = '') argument
50 $key = parent::load($key, $password);

12345678910>>...16