Home
last modified time | relevance | path

Searched refs:crypto (Results 1 – 25 of 47) sorted by relevance

12

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DRandom.php84 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/
DSubtleAES.js23 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/
DPuTTY.php234 $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 …]
DPKCS1.php158 $crypto = self::getEncryptionObject($matches[1]);
159 … $crypto->setKey(self::generateSymmetricKey($password, $iv, $crypto->getKeyLength() >> 3));
160 $crypto->setIV($iv);
161 $key = $crypto->decrypt($ciphertext);
DPKCS8.php549 $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/
Dencrypt-dialog.js25 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']);
Ddecrypt-dialog.js24 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']);
Dtoggle-encryption-dialog.js31 ' <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/
Dplugin.info.txt1 base crypto
7 url https://www.driessel.de/wiki:plugins:crypto
DREADME4 http://www.driessel.de/wiki:plugins:crypto
/plugin/revealjs/plugin/multiplex/
Dindex.js5 var crypto = require('crypto'); variable
53 var cipher = crypto.createCipher('blowfish', secret);
/plugin/farmer/vendor/splitbrain/php-ringicon/
H A DREADME.md6 crypto keys). The result is a PNG or SVG image.
/plugin/cli/
Dcli-examples.txt350 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/
DREADME.md8 - [One-time donation via PayPal or crypto-currencies](http://sourceforge.net/donate/index.php?group…
/plugin/llm/llm.js/wasm/
Dllamacpp-cpu.js1 …to.getRandomValues)return A=>crypto.getRandomValues(A);if(w)try{var A=i("crypto");if(A.randomFillS…
/plugin/dropfiles/
Dyarn.lock599 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/
Dyarn.lock691 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/
Dyarn.lock1014 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/
Drsalib.js777 && window.crypto) {
779 var z = window.crypto.random(32);
/plugin/authgooglesheets/
Dcomposer.lock692 … "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
796 "crypto",
/plugin/combo/resources/library/combo/
H A Dcombo.min.js.map1crypto === 'undefined'\n ) {\n throw new Error(\n 'React Native does not have a built-in …
H A Dcombo.min.js1 …rror(t),process.env.NODE_ENV!=="production")throw new Error(t)}}let J=g=>crypto.getRandomValues(ne…
/plugin/combo/
H A Dcomposer.lock229 … "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
/plugin/combo/resources/library/combo/dist/
H A Dcombo.min.js.map1crypto === 'undefined'\n ) {\n throw new Error(\n 'React Native does not have a built-in …
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js3crypto;if(typeof _crypto!=="undefined")crypto=_crypto;else if(typeof require!=="undefined"){try{cr…

12