Home
last modified time | relevance | path

Searched refs:user_pass (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php97 * @param string $user_pass
103 public function setProtection($permissions = [], $user_pass = '', $owner_pass = null, $length = 40) argument
123 $this->generateEncryptionKey($user_pass, $owner_pass, $protection);
253 private function oValue($user_pass, $owner_pass) argument
267 $enc = $this->rc4($owner_rc4_key, $user_pass);
303 private function generateEncryptionKey($user_pass, $owner_pass, $protection) argument
306 $user_pass = substr($user_pass . $this->padding, 0, 32);
309 $this->oValue = $this->oValue($user_pass, $owner_pass);
327 $tmp = $this->md5toBinary($user_pass
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php23321 function SetProtection($permissions = [], $user_pass = '', $owner_pass = null, $length = 40)
23323 $this->encrypted = $this->protection->setProtection($permissions, $user_pass, $owner_pass, $length);
23257 SetProtection($permissions = [], $user_pass = '', $owner_pass = null, $length = 40) global() argument