Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1KeyValueMap.php25 public $encrypted; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1KeyValueMap
34 public function setEncrypted($encrypted) argument
36 $this->encrypted = $encrypted;
43 return $this->encrypted;
/plugin/rdplink/RdpEncrypt/
H A DRdpEncrypt.vb107 Dim encrypted As String = ""
114 encrypted = encrypted & Convert.ToString(result(i), 16).PadLeft(2, "0").ToUpper()
116 Return encrypted.ToString()
209 Dim encrypted As String
211 encrypted = DPAPI.Encrypt(DPAPI.KeyType.MachineKey, text, Nothing, "psw")
213 Console.WriteLine("{0}" & Chr(13) & Chr(10), encrypted)
H A DREADME.md4 …earch](http://www.remkoweijnen.nl/blog/2007/10/18/how-rdp-passwords-are-encrypted/) and some help …
/plugin/crypto/js/
H A Dtoggle-encryption-dialog.js4 this.encrypted = null;
56 dialog.tag.innerHTML = dialog.encrypted;
100 dialog.encrypted = dialog.tag.textContent;
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php39 public $encrypted = false; variable in OneLogin_Saml2_Response
87 $this->encrypted = true;
155 if ($this->encrypted) {
196 if (!$this->encrypted && $security['wantAssertionsEncrypted']) {
370 if ($this->encrypted) {
824 if ($this->encrypted) {
847 if ($this->encrypted) {
933 if ($this->encrypted) {
1019 if ($this->encrypted) {
1070 if ($this->encrypted) {
[all …]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php140 $encrypted = substr($data, 0, -6);
146 $data = openssl_decrypt($encrypted, self::CIPHERS[$cipher]['cipher'], $key, OPENSSL_NO_PADDING | OPENSSL_RAW_DATA, $iv);
193 $encrypted = openssl_encrypt($data . $padding . $macBlock, self::CIPHERS[$cipher]['cipher'], $key, OPENSSL_NO_PADDING | OPENSSL_RAW_DATA, $iv);
195 return $encrypted . $ending;
277 * number of padding bytes, such that total length of the encrypted part of the message is a multiple of the
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php361 $encrypted = openssl_encrypt(
368 $temp = Strings::pop($encrypted, 64);
376 $encrypted = implode('', $blocks);
379 $ciphertext .= $encrypted . ($text2 ^ $temp);
/plugin/forcessllogin/lang/en/
H A Dsplashpage.txt4 encrypted.
/plugin/rdplink/RdpEncrypt/GuiVersion/
H A DRDP_Encrypt_Homepage.url4 URL=http://www.remkoweijnen.nl/blog/2007/10/18/how-rdp-passwords-are-encrypted/
H A DREADME.md4 …ted by Remko Weijnen as part of his research into how RDP passwords are encrypted. It is included …
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php41 if ($this->mpdf->encrypted) {
64 if ($this->mpdf->encrypted) {
76 if ($this->mpdf->encrypted) {
H A DResourceWriter.php237 if ($this->mpdf->encrypted) {
/plugin/paypal/
H A DREADME.md42 {{paypal>encrypted-button-value-from-paypal}}
45 You can get your encrypted button value here: [PayPal Donation Button](https://www.paypal.com/us/cg…
H A Dsyntax.php103 $renderer->doc .= 'No encrypted value given';
/plugin/securelogin/
H A DREADME.md5 …mputer) to encrypt the login password with the server's public key. The encrypted password is then…
9 Also, whenever a password has to be entered, it is automagically encrypted by this plugin, be it on…
55 You're done. From then on, all passwords are encrypted before being sent.
97 …at `use_securelogin` is set to `1` (true), so it knows the password was encrypted. It will decrypt…
112 In this case, all three passwords are encrypted into `securelogin`, and the post values replaced wi…
123 * Fixed issue where second password was not encrypted on add/modify users
H A DTODO5 Add option to forbid logging in without the password encrypted (Warning, this could lock you out)
/plugin/encryptedpasswords/
H A Dplugin.info.txt6 desc This plugin let you store 256 bit AES encrypted passwords in your DokuWiki pages. The password can be decrypted by clicking them (Javascript must be enabled).
H A DREADME3 This plugin let you store 256 bit AES encrypted passwords in your DokuWiki pages.
/plugin/crypto/
H A Dstyle.css2 div.dokuwiki span.encrypted {
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example39 * the database, otherwise the encrypted one.
63 * %{pass} encrypted or clear text password (depends on 'encryptPass')
75 * 'pass' containing the encrypted or clear text password
140 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
216 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
/plugin/rdplink/
H A DREADME.md10 Within the RdpEncrypt folder are two utilities you can use to generate an encrypted password for us…
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt87 - return encrypted node from XMLSecEnc::encryptNode() when replace is set to
106 - Add support for refences within an encrypted key
/plugin/dokucrypt2/
H A DREADME.md26 …tion. Once supplied, the encryption will be done in the browser and the encrypted text submitted t…
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php234 if (!$this->encrypted) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jar ... ) String cluster public void setEncrypted (boolean) boolean encrypted public void setRequestTimeout (int) int requestTimeout public void ...

12