Home
last modified time | relevance | path

Searched refs:password (Results 76 – 100 of 387) sorted by relevance

12345678910>>...16

/plugin/crypto/js/
H A Dencrypt-dialog.js8 this.password = ' value="' + JSINFO['crypto_password'] + '"';
10 this.password = "";
31 …' <td><input type="password" class="edit" id="encrypt_dialog_password1"' + this.password + '/></…
35 …' <td><input type="password" class="edit" id="encrypt_dialog_password2"' + this.password + '/></…
H A Ddecrypt-dialog.js8 this.password = ' value="' + JSINFO['crypto_password'] + '"';
10 this.password = "";
30 …' <td><input type="password" class="edit" id="decrypt_dialog_password"' + this.password + '/></t…
/plugin/passwordgenerator/
H A Dreadme.txt4 …Simply creates new password or validates selected text against complexity requirements and replace…
14 https://jpvalappil.wordpress.com/2010/07/02/javascript-password-generator/
H A Dplugin.info.txt6 …Simply creates new password or validates selected text against complexity requirements and replace…
/plugin/securelogin/
H A DREADME.md5password with the server's public key. The encrypted password is then sent to the server where it …
7 When Securelogin is used, there is always a `use securelogin` checkbox near the password field. If …
9 Also, whenever a password has to be entered, it is automagically encrypted by this plugin, be it on…
11 In short, it takes your password:
17 And instead has the login/profile/admin page submit the password as:
46 A wrong password will still fail. And Securelogin will still encrypt the password. The login will j…
83 But when you use this plugin, it will encrypt the password, which can only be decrypted on the serv…
95password variable `p=MySecretPa$$word`, encrypts it with the provided salt (that changes on each p…
97 …a, it sees that `use_securelogin` is set to `1` (true), so it knows the password was encrypted. It…
99 …nd edit profile options. This is what will be seen if someone views a user changing their password:
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractBasicTest.php85 * @param string $password
88 function validateUserPass($username, $password) { argument
90 return ($username == 'username' && $password == 'password');
/plugin/eventum/
H A Dclass.Eventum_RPC.php72 * @param string $password the password
75 public function setCredentials($username, $password) argument
77 $this->client->setCredentials($username, $password);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DPrivateKey.php31 * @param string|false $password
34 public function withPassword($password = false); argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php333 * @param string $password optional
336 protected static function load($key, $password = '') argument
343 if (strlen($password) && is_array($decrypted)) {
368 $cipher->setPassword($password, $kdf, $hash, $salt, $iterationCount);
422 $password,
512 * @param string $password
518 …protected static function wrapPrivateKey($key, $attr, $params, $password, $oid = null, $publicKey … argument
540 if (!empty($password) && is_string($password)) {
596 $crypto->setPassword($password, $kdf, $hash, $salt, $iterationCount);
/plugin/stellarium/
H A DREADME.md16 4. If you have changed the `Remote Control` port or set a password, make sure to set them in your D…
18 ### Note regarding the Remote Control password
20 Attention: If you are using a password, it can be viewed in plain text by any user that is able to …
/plugin/davcal/
H A DauthBackendDokuwiki.php11 protected function validateUserPass($username, $password) argument
15 $ret = $auth->checkPass($username, $password);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst33 <dd>{{ forms.input('password', null, 'password') }}</dd>
48 <dd>{{ input_field('password', '', 'password') }}</dd>
/plugin/sql/
H A DDB.php17 function __construct($dsn, $username="", $password="", $driver_options=array()) { argument
18 parent::__construct($dsn,$username,$password, $driver_options);
80 function mysql_connect($server, $login, $password) { argument
86 'password' => $password,
/plugin/passpolicy/
H A Dplugin.info.txt6 desc Integrates password policy settings and advanced password generators into DokuWiki
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php68 * @param string $password
71 public function setAuth($username, $password){ argument
72 $this->smtp->setAuth($username, $password);
/plugin/webdavclient/
H A Dadmin.php99 $password = $_REQUEST['manpassword'];
101 … $this->hlp->addConnection($uri, $username, $password, $dn, $dn, $type, '3600', false, false);
132 $password = $INPUT->str('password', '');
134 if(($username === '') || ($password === '') || ($uri === ''))
140 $this->result = $this->hlp->queryServer($uri, $username, $password);
142 $this->result['password'] = $password;
/plugin/authgoogle/google/auth/
H A DGoogle_P12Signer.php30 function __construct($p12, $password) { argument
38 if (!openssl_pkcs12_read($p12, $certs, $password)) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php425 * @param string $password
429 public function setBasicAuthentication(string $username, string $password): ClientBuilder argument
441 CURLOPT_USERPWD => $username.':'.$password
526 * @param string $password if the certificate requires a password
528 public function setSSLCert(string $cert, string $password = null): ClientBuilder argument
530 $this->sslCert = [$cert, $password];
539 * @param string $password if the private key requires a password
541 public function setSSLKey(string $key, string $password argument
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php322 * @param string $password optional
325 public static function load($key, $password = false) argument
328 return EC::load($key, $password);
332 return parent::load($key, $password);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DMontgomeryPublic.php44 * @param string $password optional
47 public static function load($key, $password = '') argument
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php204 * @param null|string $password The password associated with $user.
207 public function withUserInfo($user, $password = null); argument
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php110 * @param string $password
113 function validatePassword($password) { argument
115 $this->A1 = md5($this->digestParts['username'] . ':' . $this->realm . ':' . $password);
/plugin/rdplink/RdpEncrypt/GuiVersion/
H A DREADME.md25 Type in a password in the Password box and click Encrypt it.
28 Type or paste a password hash (as saved in an rdp file but
29 without "password 51:b:" and press the Decrypt button.
/plugin/bureaucracy-au/_test/
H A Dinput.txt9 password "Some password"
14 password "HTML check 2 <bold>bang</bold>" "=<bold>bang</bold>"
/plugin/bureaucracyau/_test/
H A Dinput.txt9 password "Some password"
14 password "HTML check 2 <bold>bang</bold>" "=<bold>bang</bold>"

12345678910>>...16