Home
last modified time | relevance | path

Searched refs:encode (Results 26 – 50 of 282) sorted by path

12345678910>>...12

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md690 …le\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent encode your UTF-8.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md282 - URI paths no longer encode the following characters because they are allowed
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md70 echo Base64::encode($data), "\n";
71 echo Base32::encode($data), "\n";
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php67 public static function encode(string $binString): string function in ParagonIE\\ConstantTime\\Base32
H A DBase64.php45 public static function encode(string $binString): string function in ParagonIE\\ConstantTime\\Base64
H A DEncoderInterface.php41 public static function encode(string $binString): string; function
H A DEncoding.php43 return Base32::encode($str);
91 return Base32Hex::encode($str);
139 return Base64::encode($str);
164 return Base64DotSlash::encode($str);
192 return Base64DotSlashOrdered::encode($str);
220 return Hex::encode($bin_string);
H A DHex.php42 public static function encode(string $binString): string function in ParagonIE\\ConstantTime\\Hex
H A DRFC4648.php48 return Base64::encode($str);
76 return Base64UrlSafe::encode($str);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php231 chunk_split(Base64::encode($key), 70, "\n") .
H A DPKCS1.php190 chunk_split(Base64::encode($key), 64) .
200 $iv = strtoupper(Hex::encode($iv));
205 chunk_split(Base64::encode($cipher->encrypt($key)), 64) .
220 chunk_split(Base64::encode($key), 64) .
H A DPKCS8.php610 chunk_split(Base64::encode($key), 64) .
615 chunk_split(Base64::encode($key), 64) .
643 chunk_split(Base64::encode($key), 64) .
H A DPuTTY.php312 $public = Base64::encode($public);
339 $key .= "Argon2-Salt: " . Hex::encode($salt) . "\r\n";
362 $private = Base64::encode($private);
365 $key .= 'Private-MAC: ' . Hex::encode($hash->hash($source)) . "\r\n";
385 chunk_split(Base64::encode($key), 64) .
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS1.php102 chunk_split(Base64::encode($key), 64) .
H A DXML.php133 ' <P>' . Base64::encode($p->toBytes()) . "</P>\r\n" .
134 ' <Q>' . Base64::encode($q->toBytes()) . "</Q>\r\n" .
135 ' <G>' . Base64::encode($g->toBytes()) . "</G>\r\n" .
136 ' <Y>' . Base64::encode($y->toBytes()) . "</Y>\r\n" .
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php257 Hex::encode($data['curve']['a']),
258 Hex::encode($data['curve']['b'])
304 …xpectedValueException('extractPoint expects the first byte to be null - not ' . Hex::encode($val));
322 …dValueException('The first byte of an uncompressed point should be 04 - not ' . Hex::encode($val));
H A DPKCS1.php165 chunk_split(Base64::encode($key), 64) .
H A DPuTTY.php74 $temp = Base64::encode(Strings::packSSH2('s', $components['type']) . $components['public']);
H A DXML.php409 … '<' . $pre . 'PublicKey>' . Base64::encode($publicKey) . '</' . $pre . 'PublicKey>' . "\r\n" .
474 …'<' . $pre . 'P>' . Base64::encode($temp['fieldID']['parameters']->toBytes()) . '</' . $pre . 'P>'…
482 … '<' . $pre . 'A>' . Base64::encode($temp['curve']['a']) . '</' . $pre . 'A>' . "\r\n" .
483 … '<' . $pre . 'B>' . Base64::encode($temp['curve']['b']) . '</' . $pre . 'B>' . "\r\n" .
485 … '<' . $pre . 'Base>' . Base64::encode($temp['base']) . '</' . $pre . 'Base>' . "\r\n" .
486 … '<' . $pre . 'Order>' . Base64::encode($temp['order']) . '</' . $pre . 'Order>' . "\r\n" .
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php222 return Base64::encode($key);
241 return Base64::encode($key);
H A DXML.php153 ' <Modulus>' . Base64::encode($n->toBytes()) . "</Modulus>\r\n" .
154 ' <Exponent>' . Base64::encode($e->toBytes()) . "</Exponent>\r\n" .
155 ' <P>' . Base64::encode($primes[1]->toBytes()) . "</P>\r\n" .
156 ' <Q>' . Base64::encode($primes[2]->toBytes()) . "</Q>\r\n" .
157 ' <DP>' . Base64::encode($exponents[1]->toBytes()) . "</DP>\r\n" .
158 ' <DQ>' . Base64::encode($exponents[2]->toBytes()) . "</DQ>\r\n" .
159 ' <InverseQ>' . Base64::encode($coefficients[2]->toBytes()) . "</InverseQ>\r\n" .
160 ' <D>' . Base64::encode($d->toBytes()) . "</D>\r\n" .
175 ' <Modulus>' . Base64::encode($n->toBytes()) . "</Modulus>\r\n" .
176 ' <Exponent>' . Base64::encode($e->toBytes()) . "</Exponent>\r\n" .
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php607 …return "-----BEGIN CERTIFICATE-----\r\n" . chunk_split(Base64::encode($cert), 64) . '-----END CERT…
1898 return strtolower(Hex::encode(pack('N', $hash)));
2334 …return "-----BEGIN CERTIFICATE REQUEST-----\r\n" . chunk_split(Base64::encode($csr), 64) . '-----E…
2440 return 'SPKAC=' . Base64::encode($spkac);
2561 …return "-----BEGIN X509 CRL-----\r\n" . chunk_split(Base64::encode($crl), 64) . '-----END X509 CRL…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php179 $x = Hex::encode(~Hex::decode($x));
277 return Hex::encode($this->toBytes($twos_compliment));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php479 return Hex::encode($this->toBytes());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php330 return Hex::encode($this->toBytes());

12345678910>>...12