Home
last modified time | relevance | path

Searched refs:password (Results 1 – 25 of 74) sorted by relevance

123

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
DPasswordProtected.php28 private $password = false; variable
38 * @param string|bool $password
40 public function withPassword($password = false) argument
43 $new->password = $password;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DPublicKeyLoader.php34 * @param string $password optional
36 public static function load($key, $password = false) argument
39 return EC::load($key, $password);
44 return RSA::load($key, $password);
49 return DSA::load($key, $password);
71 * @param string $password optional
73 public static function loadPrivateKey($key, $password = false) argument
75 $key = self::load($key, $password);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DMontgomeryPrivate.php46 * @param string $password optional
49 public static function load($key, $password = '') argument
90 * @param string $password optional
93 …y(BigInteger $privateKey, MontgomeryCurve $curve, array $publicKey, $secret = null, $password = '') argument
95 if (!empty($password) && is_string($password)) {
Dlibsodium.php43 * @param string $password optional
46 public static function load($key, $password = '') argument
100 * @param string $password optional
103 …rivateKey(BigInteger $privateKey, Ed25519 $curve, array $publicKey, $secret = null, $password = '') argument
111 if (!empty($password) && is_string($password)) {
DPuTTY.php54 * @param string $password optional
57 public static function load($key, $password = '') argument
59 $components = parent::load($key, $password);
91 * @param string $password optional
95 …teger $privateKey, BaseCurve $curve, array $publicKey, $secret = null, $password = false, array $o… argument
118 return self::wrapPrivateKey($public, $private, $name, $password, $options);
/dokuwiki/lib/plugins/usermanager/
Dremote.php29 * @param string $password The user's password, empty for autogeneration
36 public function createUser($user, $name, $mail, $groups, $password = '', $notify = false) argument
60 if ((string)$password === '') {
62 $password = auth_pwgen($user);
72 $ok = (bool)$auth->triggerUserMod('create', [$user, $password, $name, $mail, $groups]);
75 auth_sendPassword($user, $password);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DPKCS1.php95 * @param string $password
100 private static function generateSymmetricKey($password, $iv, $length) argument
105 $symkey .= md5($symkey . $password . $iv, true);
114 * @param string $password optional
117 protected static function load($key, $password) argument
147 … $crypto->setKey(self::generateSymmetricKey($password, $iv, $crypto->getKeyLength() >> 3));
169 * @param string $password
173 protected static function wrapPrivateKey($key, $type, $password, array $options = []) argument
175 if (empty($password) || !is_string($password)) {
185 $cipher->setKey(self::generateSymmetricKey($password, $iv, $cipher->getKeyLength() >> 3));
DPuTTY.php71 * @param string $password
75 private static function generateV2Key($password, $length) argument
80 $temp = pack('Na*', $sequence++, $password);
89 * @param string $password
96 private static function generateV3Key($password, $flavour, $memory, $passes, $salt) argument
114 $temp = sodium_crypto_pwhash($length, $password, $salt, $passes, $memory << 10, $flavour);
127 * @param string $password
130 public static function load($key, $password) argument
230 extract(self::generateV3Key($password, $flavour, $memory, $passes, $salt));
234 $symkey = self::generateV2Key($password, 32);
[all …]
DOpenSSH.php60 * @param string $password
63 public static function load($key, $password = '') argument
97 $crypto->setPassword($password, 'bcrypt', $salt, $rounds, 32);
180 * @param string $password
184 protected static function wrapPrivateKey($publicKey, $privateKey, $password, $options) argument
193 $usesEncryption = !empty($password) && is_string($password);
214 $crypto->setPassword($password, 'bcrypt', $salt, $rounds, 32);
/dokuwiki/inc/lang/en/
Dresetpwd.txt1 ====== Set new password ======
3 Please enter a new password for your account in this wiki.
Dresendpwd.txt1 ====== Send new password ======
3 Please enter your user name in the form below to request a new password for your account in this wi…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
DPrivateKey.php27 * @param string|false $password
30 public function withPassword($password = false); argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
DPuTTY.php50 * @param string $password optional
53 public static function load($key, $password = '') argument
55 $components = parent::load($key, $password);
76 * @param string $password optional
80 …nteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = false, array $o… argument
89 return self::wrapPrivateKey($public, $private, 'ssh-dss', $password, $options);
DRaw.php31 * @param string $password optional
34 public static function load($key, $password = '') argument
64 * @param string $password optional
67 …ivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '') argument
DOpenSSH.php40 * @param string $password optional
43 public static function load($key, $password = '') argument
45 $parsed = parent::load($key, $password);
107 * @param string $password optional
111 …nteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', array $opti… argument
116 return self::wrapPrivateKey($publicKey, $privateKey, $password, $options);
DPKCS1.php47 * @param string $password optional
50 public static function load($key, $password = '') argument
52 $key = parent::load($key, $password);
108 * @param string $password optional
112 …nteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', array $opti… argument
125 return self::wrapPrivateKey($key, 'DSA', $password, $options);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
DPKCS8.php64 * @param string $password optional
67 public static function load($key, $password = '') argument
69 $key = parent::load($key, $password);
97 * @param string $password optional
101 …, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '', array $opti… argument
105 return self::wrapPrivateKey($key, [], null, $password, null, '', $options);
DPuTTY.php45 * @param string $password optional
48 public static function load($key, $password = '') argument
55 $components = parent::load($key, $password);
94 * @param string $password optional
98 …, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '', array $opti… argument
107 return self::wrapPrivateKey($public, $private, 'ssh-rsa', $password, $options);
DOpenSSH.php40 * @param string $password optional
43 public static function load($key, $password = '') argument
50 $parsed = parent::load($key, $password);
121 * @param string $password optional
125 …, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '', array $opti… argument
130 return self::wrapPrivateKey($publicKey, $privateKey, $password, $options);
DXML.php39 * @param string $password optional
42 public static function load($key, $password = '') argument
132 * @param string $password optional
135 …BigInteger $e, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '') argument
141 if (!empty($password) && is_string($password)) {
DRaw.php39 * @param string $password optional
42 public static function load($key, $password = '') argument
147 * @param string $password optional
151 …, BigInteger $d, array $primes, array $exponents, array $coefficients, $password = '', array $opti… argument
153 if (!empty($password) && is_string($password)) {
/dokuwiki/inc/lang/it/
Dresendpwd.txt1 ====== Invia nuova password ======
3 … tutte le informazioni per ottenere una nuova password per il tuo account su questo wiki. La nuova…
Dresetpwd.txt1 ====== Impostare la nuova password ======
3 Inserisci perfavore una nuova password per il tuo account su questo wiki.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
DPKCS8.php59 * @param string $password optional
62 public static function load($key, $password = '') argument
64 $key = parent::load($key, $password);
96 * @param string $password optional
100 …rime, BigInteger $base, BigInteger $privateKey, BigInteger $publicKey, $password = '', array $opti… argument
109 return self::wrapPrivateKey($key, [], $params, $password, null, '', $options);
DPKCS1.php40 * @param string $password optional
43 public static function load($key, $password = '') argument
45 $key = parent::load($key, $password);

123