| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| D | Random.php | 84 static $crypto = false, $v; 85 if ($crypto === false) { 146 $crypto = new AES('ctr'); 149 $crypto = new Twofish('ctr'); 152 $crypto = new Blowfish('ctr'); 155 $crypto = new TripleDES('ctr'); 158 $crypto = new DES('ctr'); 161 $crypto = new RC4(); 167 $crypto->setKey(substr($key, 0, $crypto->getKeyLength() >> 3)); 168 $crypto->setIV(substr($iv, 0, $crypto->getBlockLength() >> 3)); [all …]
|
| /plugin/encryptedpasswords/script/ |
| D | SubtleAES.js | 23 const key = await crypto.subtle.importKey('raw', hash, alg, false, ['encrypt']); 25 const cipher = await crypto.subtle.encrypt(alg, key, new TextEncoder().encode(plaintext)); 49 const key = await crypto.subtle.importKey('raw', hash, alg, false, ['decrypt']); 52 const plainBuffer = await crypto.subtle.decrypt(alg, key, cipher); 81 return crypto.getRandomValues(new Uint8Array(8)); 134 …const ik = await window.crypto.subtle.importKey("raw", password, {name: "PBKDF2"}, false, ["derive… 135 const dk = await window.crypto.subtle.deriveBits(
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
| D | PuTTY.php | 234 $crypto = new AES('cbc'); 248 $symiv = str_repeat("\0", $crypto->getBlockLength() >> 3); 267 $crypto->setKey($symkey); 268 $crypto->setIV($symiv); 269 $crypto->disablePadding(); 270 $private = $crypto->decrypt($private); 330 $crypto = new AES('cbc'); 348 $symiv = str_repeat("\0", $crypto->getBlockLength() >> 3); 355 $crypto->setKey($symkey); 356 $crypto->setIV($symiv); [all …]
|
| D | PKCS1.php | 158 $crypto = self::getEncryptionObject($matches[1]); 159 … $crypto->setKey(self::generateSymmetricKey($password, $iv, $crypto->getKeyLength() >> 3)); 160 $crypto->setIV($iv); 161 $key = $crypto->decrypt($ciphertext);
|
| D | PKCS8.php | 549 $crypto = self::getPBES2EncryptionObject($encryptionScheme); 552 $iv = Random::string($crypto->getBlockLength() >> 3); 561 if (!$crypto instanceof RC2) { 584 $crypto->setIV($iv); 586 $crypto = self::getPBES1EncryptionObject($encryptionAlgorithm); 596 $crypto->setPassword($password, $kdf, $hash, $salt, $iterationCount); 597 $key = $crypto->encrypt($key);
|
| /plugin/crypto/js/ |
| D | encrypt-dialog.js | 25 LANG.plugins.crypto['encrypt_dialog_title'] + 30 ' <th>' + LANG.plugins.crypto['input_secret'] + ':</th>' + 34 ' <th>' + LANG.plugins.crypto['repeat_secret'] + ':</th>' + 38 …n id="encrypt_dialog_button_encrypt" class="toolbutton">' + LANG.plugins.crypto['encrypt_button'] … 113 alert(LANG.plugins.crypto['encrypt_secrets_dont_match']);
|
| D | decrypt-dialog.js | 24 LANG.plugins.crypto['decrypt_dialog_title'] + 29 ' <th>' + LANG.plugins.crypto['input_secret'] + ':</th>' + 33 …n id="decrypt_dialog_button_decrypt" class="toolbutton">' + LANG.plugins.crypto['decrypt_button'] … 86 alert(LANG.plugins.crypto['decrypt_wrong_secret']);
|
| D | toggle-encryption-dialog.js | 31 ' <th>' + LANG.plugins.crypto['input_secret'] + ':</th>' + 35 …id="toggle_encryption_dialog_button" class="toolbutton">' + LANG.plugins.crypto['decrypt_button'] … 104 alert(LANG.plugins.crypto['decrypt_wrong_secret']);
|
| /plugin/crypto/ |
| D | plugin.info.txt | 1 base crypto 7 url https://www.driessel.de/wiki:plugins:crypto
|
| D | README | 4 http://www.driessel.de/wiki:plugins:crypto
|
| /plugin/revealjs/plugin/multiplex/ |
| D | index.js | 5 var crypto = require('crypto'); variable 53 var cipher = crypto.createCipher('blowfish', secret);
|
| /plugin/farmer/vendor/splitbrain/php-ringicon/ |
| H A D | README.md | 6 crypto keys). The result is a PNG or SVG image.
|
| /plugin/cli/ |
| D | cli-examples.txt | 350 console(config)#crypto key generate dsa 351 console(config)#crypto key generate rsa 381 console(config)#crypto key generate dsa 382 console(config)#crypto key generate rsa
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/ |
| D | README.md | 8 - [One-time donation via PayPal or crypto-currencies](http://sourceforge.net/donate/index.php?group…
|
| /plugin/llm/llm.js/wasm/ |
| D | llamacpp-cpu.js | 1 …to.getRandomValues)return A=>crypto.getRandomValues(A);if(w)try{var A=i("crypto");if(A.randomFillS…
|
| /plugin/dropfiles/ |
| D | yarn.lock | 599 crypto-browserify@^3.11.0: 601 …resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.11.1.tgz#948945efc6… 726 minimalistic-crypto-utils "^1.0.0" 1286 minimalistic-crypto-utils "^1.0.1" 1794 minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: 1796 …resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1… 1847 crypto-browserify "^3.11.0"
|
| /plugin/sequencediagram/bower_components/raphael/ |
| D | yarn.lock | 691 crypto-browserify@^3.11.0: 693 …resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f313… 820 minimalistic-crypto-utils "^1.0.0" 1246 minimalistic-crypto-utils "^1.0.1" 1679 minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: 1681 …resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1… 1779 crypto-browserify "^3.11.0"
|
| /plugin/fetchmedia/ |
| D | yarn.lock | 1014 crypto-browserify@^3.11.0: 1016 …resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.11.1.tgz#948945efc6… 1142 minimalistic-crypto-utils "^1.0.0" 1686 minimalistic-crypto-utils "^1.0.1" 2136 minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: 2138 …resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1… 2185 crypto-browserify "^3.11.0"
|
| /plugin/securelogin/ |
| D | rsalib.js | 777 && window.crypto) { 779 var z = window.crypto.random(32);
|
| /plugin/authgooglesheets/ |
| D | composer.lock | 692 … "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." 796 "crypto",
|
| /plugin/combo/resources/library/combo/ |
| H A D | combo.min.js.map | 1 …crypto === 'undefined'\n ) {\n throw new Error(\n 'React Native does not have a built-in …
|
| H A D | combo.min.js | 1 …rror(t),process.env.NODE_ENV!=="production")throw new Error(t)}}let J=g=>crypto.getRandomValues(ne…
|
| /plugin/combo/ |
| H A D | composer.lock | 229 … "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
| /plugin/combo/resources/library/combo/dist/ |
| H A D | combo.min.js.map | 1 …crypto === 'undefined'\n ) {\n throw new Error(\n 'React Native does not have a built-in …
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
| D | xlsx.min.js | 3 …crypto;if(typeof _crypto!=="undefined")crypto=_crypto;else if(typeof require!=="undefined"){try{cr…
|