| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
| D | PKCS8.php | 155 $cipher = new DES('cbc'); 158 $cipher = new RC2('cbc'); 161 $cipher = new TripleDES('cbc'); 164 $cipher = new TripleDES('cbc'); 165 $cipher->setKeyLength(128); 168 $cipher = new RC2('cbc'); 169 $cipher->setKeyLength(128); 172 $cipher = new RC2('cbc'); 173 $cipher->setKeyLength(40); 176 $cipher = new RC4(); [all …]
|
| D | PKCS1.php | 90 $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 D | DigestMD5SecurityLayer.php | 136 $cipher = $context->get('cipher'); 139 $this->validateCipher($cipher); 144 $kc = $this->generateKeyKc($a1, $cipher, $mcKc); 145 [$iv, $key] = $this->generateKeyAndIV($cipher, $kc); 146 …$data = openssl_decrypt($encrypted, self::CIPHERS[$cipher]['cipher'], $key, OPENSSL_NO_PADDING | O… 151 if (self::CIPHERS[$cipher]['block_size'] > 1) { 152 $message = $this->removePadding($message, self::CIPHERS[$cipher]['block_size']); 174 $cipher = $context->get('cipher'); 178 $this->validateCipher($cipher); 181 $kc = $this->generateKeyKc($a1, $cipher, $mcKc); [all …]
|
| /plugin/encryptedpasswords/script/ |
| D | SubtleAES.js | 25 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); 99 cipher: new Uint8Array(Array.from(ostring.slice(16)).map(ch => ch.charCodeAt(0))), 110 createOpenSSLCryptString(salt, cipher) { argument 114 ...cipher,
|
| D | PageHandling.js | 37 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);
|
| D | EditorHandling.js | 75 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/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/ |
| H A D | DigestMD5MessageFactory.php | 195 foreach ($cipherList as $cipher => $name) { 196 if (!in_array($cipher, $available, true)) { 197 unset($cipherList[$cipher]);
|
| /plugin/revealjs/plugin/multiplex/ |
| D | index.js | 53 var cipher = crypto.createCipher('blowfish', secret); 54 return(cipher.final('hex'));
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
| D | SymmetricKey.php | 1155 $cipher = new static('ctr'); 1156 $cipher->setKey($this->key); 1157 $cipher->setIV($this->iv); 1158 $ciphertext = $cipher->encrypt($plaintext); 1166 $cipher->encryptIV = $this->iv = $this->encryptIV = $this->decryptIV = $oldIV; 1167 $this->newtag = $cipher->encrypt($s); 1172 $cipher = clone $this; 1173 unset($cipher->poly1305Key); 1175 $ciphertext = $cipher->encrypt($plaintext); 1542 $cipher = new static('ctr'); [all …]
|
| /plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/ |
| H A D | DigestMD5Challenge.php | 205 $cipher = $received->get('cipher'); 214 if (!in_array($cipher, $this->challenge->get('cipher'), true)) {
|
| /plugin/dropfiles/ |
| D | yarn.lock | 281 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/sequencediagram/bower_components/raphael/ |
| D | yarn.lock | 385 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/fetchmedia/ |
| D | yarn.lock | 723 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/saml/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 88 $this->cryptParams['cipher'] = MCRYPT_RIJNDAEL_128; 102 $this->cryptParams['cipher'] = MCRYPT_RIJNDAEL_128;
|
| /plugin/adfs/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 88 $this->cryptParams['cipher'] = MCRYPT_RIJNDAEL_128; 102 $this->cryptParams['cipher'] = MCRYPT_RIJNDAEL_128;
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 6225 return function (cipher) { 6228 return selectCipherStrategy(key).encrypt(cipher, message, key, cfg); 6231 return selectCipherStrategy(key).decrypt(cipher, ciphertext, key, cfg); 6273 createEncryptor: function createEncryptor(cipher, iv) { 6274 return this.Encryptor.create(cipher, iv); 6288 createDecryptor: function createDecryptor(cipher, iv) { 6289 return this.Decryptor.create(cipher, iv); 6301 init: function init(cipher, iv) { 6302 this._cipher = cipher; 6332 var cipher = this._cipher; [all …]
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 26447 var cipher = this._encrypt(buffer, this._key); 26449 iv = cipher; 26450 result.push(cipher); 26645 var cipher = new AES256Cipher(key); 26646 return cipher.decryptBlock(ownerEncryption, false, new Uint8Array(16)); 26653 var cipher = new AES256Cipher(key); 26654 return cipher.decryptBlock(userEncryption, false, new Uint8Array(16)); 26685 var cipher = new AES128Cipher(k.subarray(0, 16)); 26686 e = cipher.encrypt(k1, k.subarray(16, 32)); 26751 var cipher = new AES256Cipher(key); [all …]
|
| D | pdf.worker.js.map | 1 …cipher","rcon","t3","t4","PDF17","array1","array2","checkOwnerPassword","hashData","ownerValidatio…
|
| /plugin/jdraw/lib/ |
| D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/jcapture/lib/ |
| D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 70074 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/diagramsnet/lib/WEB-INF/lib/ |
| D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| /plugin/ckgdoku/ckeditor/ |
| D | CHANGES.md | 148 …: [Pasting text from Word](http://ckeditor.com/addon/pastefromword) creates a simple Caesar cipher.
|
| /plugin/ckgedit/ckeditor/ |
| D | CHANGES.md | 568 …ting text from Word](https://ckeditor.com/cke4/addon/pastefromword) creates a simple Caesar cipher.
|