Home
last modified time | relevance | path

Searched refs:cipher (Results 1 – 22 of 22) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php155 $cipher = new DES('cbc');
158 $cipher = new RC2('cbc');
168 $cipher = new RC2('cbc');
172 $cipher = new RC2('cbc');
173 $cipher->setKeyLength(40);
176 $cipher = new RC4();
180 $cipher = new RC4();
187 return $cipher;
245 $cipher = new RC2('cbc');
254 $cipher = new AES('cbc');
[all …]
H A DPKCS1.php90 $cipher = new AES(self::getEncryptionMode($matches[2]));
91 $cipher->setKeyLength($matches[1]);
92 return $cipher;
196 $cipher = self::getEncryptionObject($encryptionAlgorithm);
197 $iv = Random::string($cipher->getBlockLength() >> 3);
198 $cipher->setKey(self::generateSymmetricKey($password, $iv, $cipher->getKeyLength() >> 3));
199 $cipher->setIV($iv);
205 chunk_split(Base64::encode($cipher->encrypt($key)), 64) .
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php46 'cipher' => 'des-ede3-cbc',
51 'cipher' => 'des-ede-cbc'
56 'cipher' => 'rc4',
61 'cipher' => 'rc4-40',
66 'cipher' => 'rc4-56',
136 $cipher = $context->get('cipher');
139 $this->validateCipher($cipher);
144 $kc = $this->generateKeyKc($a1, $cipher, $mcKc);
145 [$iv, $key] = $this->generateKeyAndIV($cipher,
224 validateCipher(string $cipher) global() argument
331 generateKeyKc(string $a1, string $cipher, string $mc) global() argument
340 generateKeyAndIV(string $cipher, string $kc) global() argument
[all...]
/plugin/encryptedpasswords/script/
H A DSubtleAES.js25 const cipher = await crypto.subtle.encrypt(alg, key, new TextEncoder().encode(plaintext));
27 return this.createOpenSSLCryptString(salt, new Uint8Array(cipher));
39 const {salt, cipher} = this.parseOpenSSLCryptString(ciphertext);
52 const plainBuffer = await crypto.subtle.decrypt(alg, key, cipher);
88 * @return {{cipher: Uint8Array, salt: Uint8Array}}
99 cipher: new Uint8Array(Array.from(ostring.slice(16)).map(ch => ch.charCodeAt(0))),
107 * @param {Uint8Array} cipher
110 createOpenSSLCryptString(salt, cipher) { argument
114 ...cipher,
H A DPageHandling.js37 const cipher = $element.data('crypted');
42 const clear = await this.aes.autodecrypt(cipher, passphrase);
60 const cipher = $element.data('crypted');
69 clear = await this.aes.autodecrypt(cipher, passphrase);
H A DEditorHandling.js75 const cipher = matches[i][1];
77 const clear = await this.aes.autodecrypt(cipher, passphrase);
144 const cipher = await this.aes.encrypt(clear, passphrase);
145 text = text.replace(matches[i][0], `<decrypt>${cipher}</decrypt>`);
/plugin/revealjs/plugin/multiplex/
H A Dindex.js53 var cipher = crypto.createCipher('blowfish', secret);
54 return(cipher.final('hex'));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php88 $challenge->set('cipher', $this->getAvailableCiphers($options));
120 if ($response->get('qop') === 'auth-conf' && !$response->get('cipher')) {
185 # If specific cipher(s) are already wanted, filter the list...
186 if (isset($options['cipher'])) {
187 $wanted = (array) $options['cipher'];
195 foreach ($cipherList as $cipher => $name) {
196 if (!in_array($cipher, $available, true)) {
197 unset($cipherList[$cipher]);
213 if (!$challenge->has('cipher')) {
216 $ciphers = $challenge->get('cipher');
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1155 $cipher = new static('ctr');
1156 $cipher->setKey($this->key);
1157 $cipher->setIV($this->iv);
1172 $cipher = clone $this;
1173 unset($cipher->poly1305Key);
1542 $cipher = new static('ctr');
1544 $cipher->setIV($this->iv);
1557 $cipher = clone $this;
3284 $cipher = new static('ecb');
3285 $cipher->setKey($this->key);
[all …]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DDigestMD5Challenge.php160 if (isset($options['cipher'])) {
161 $messageOpts['cipher'] = $options['cipher'];
184 # Pre-compute some stuff in advance. The A1 / cipher value is used in the security layer.
187 $this->context->set('cipher', $response->get('cipher'));
205 $cipher = $received->get('cipher');
213 # Client selected a cipher we did not advertise...
214 if (!in_array($cipher,
[all...]
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock385 cipher-base "^1.0.0"
391 browserify-cipher@^1.0.0:
393 …resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.0.tgz#9988244874b…
403 cipher-base "^1.0.1"
534 cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
536 …resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f9…
659 cipher-base "^1.0.1"
668 cipher-base "^1.0.3"
695 browserify-cipher "^1.0.0"
/plugin/dropfiles/
H A Dyarn.lock281 cipher-base "^1.0.0"
287 browserify-cipher@^1.0.0:
289 …resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.0.tgz#9988244874b…
299 cipher-base "^1.0.1"
443 cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
445 …resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f9…
569 cipher-base "^1.0.1"
578 cipher-base "^1.0.3"
603 browserify-cipher "^1.0.0"
/plugin/fetchmedia/
H A Dyarn.lock723 cipher-base "^1.0.0"
728 browserify-cipher@^1.0.0:
730 …resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.0.tgz#9988244874b…
740 cipher-base "^1.0.1"
862 cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
864 …resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f9…
984 cipher-base "^1.0.1"
993 cipher-base "^1.0.3"
1018 browserify-cipher "^1.0.0"
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php88 $this->cryptParams['cipher'] = MCRYPT_RIJNDAEL_128;
102 $this->cryptParams['cipher'] = MCRYPT_RIJNDAEL_128;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js26449 iv = cipher;
26450 result.push(cipher);
26645 var cipher = new AES256Cipher(key);
26653 var cipher = new AES256Cipher(key);
26751 var cipher = new AES256Cipher(key);
26759 var cipher = new AES256Cipher(key);
26784 data = cipher.decryptBlock(data, true);
26870 var cipher, checkData;
26892 cipher = new ARCFourCipher(derivedKey);
26941 var cipher, userPassword;
[all …]
H A Dpdf.worker.js.map1cipher","rcon","t3","t4","PDF17","array1","array2","checkOwnerPassword","hashData","ownerValidatio…
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js70074 var cipher = ciphers.createDecipheriv(suite, cipherKey, iv);
70075 out.push(cipher.update(cipherText));
70076 out.push(cipher.final());
70220 var algo = aesid[data.algorithm.decrypt.cipher.algo.join('.')];
70221 var iv = data.algorithm.decrypt.cipher.iv;
70225 var cipher = ciphers.createDecipheriv(algo, key, iv);
70227 out.push(cipher.update(cipherText));
70228 out.push(cipher.final());
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md148 …: [Pasting text from Word](http://ckeditor.com/addon/pastefromword) creates a simple Caesar cipher.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/ckgedit/ckeditor/
H A DCHANGES.md568 …ting text from Word](https://ckeditor.com/cke4/addon/pastefromword) creates a simple Caesar cipher.