<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Open &amp; Master passwords</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Open &amp; Master passwords]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 27 Jun 2026 21:53:29 +0000</pubDate>
  <lastBuildDate>Tue, 18 Dec 2012 22:52:09 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=2475</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Open &amp; Master passwords : Hi Dave!You&amp;#039;re looking on...]]></title>
   <link>http://www.quickpdf.org/forum/open-master-passwords_topic2475_post10366.html#10366</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 2475<br /><strong>Posted:</strong> 18 Dec 12 at 10:52PM<br /><br />Hi Dave!<br><br>You're looking on this password-case through the developer-glasses<br>and for a developer (you're right) the master password is worthless.<br>If the pdf is loaded into memory then it's unprotected.<br>With a user password it's different but very uncomfortable.<br><br>Cheers, Ingo<br>]]>
   </description>
   <pubDate>Tue, 18 Dec 2012 22:52:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/open-master-passwords_topic2475_post10366.html#10366</guid>
  </item> 
  <item>
   <title><![CDATA[Open &amp; Master passwords : Thanks for the reply Andrew,  I&amp;#039;ve...]]></title>
   <link>http://www.quickpdf.org/forum/open-master-passwords_topic2475_post10364.html#10364</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=882">DaveH</a><br /><strong>Subject:</strong> 2475<br /><strong>Posted:</strong> 18 Dec 12 at 1:41PM<br /><br />Thanks for the reply Andrew,<DIV>&nbsp;</DIV><DIV>I've been going through the spec but it's still unclear how they protect the "perms" area of the document.&nbsp; So far, it doesn't look like it's actually encrypted.&nbsp; It's just stored in the open, which kind of makes sense since the reader app needs to know the settings without prompting for the master password.&nbsp; Whether the reader app respects the settings is up to the developer.</DIV><DIV>&nbsp;</DIV><DIV>Still digging into encyrpted attachments...</DIV><DIV>&nbsp;</DIV><DIV>DaveH</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 18 Dec 2012 13:41:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/open-master-passwords_topic2475_post10364.html#10364</guid>
  </item> 
  <item>
   <title><![CDATA[Open &amp; Master passwords :   Dave,The Open and Master password...]]></title>
   <link>http://www.quickpdf.org/forum/open-master-passwords_topic2475_post10363.html#10363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2475<br /><strong>Posted:</strong> 18 Dec 12 at 2:12AM<br /><br /><div><br></div><div>Dave,</div><div><br></div><div>The Open and Master password are technically considered equal and either one of them will allow you to decrypt the encrypted PDF data. &nbsp;Without either password then the PDF cannot be read nor viewed. &nbsp;It is up to the PDF viewer to respect the differences between the Open and Master password.</div><div><br></div><div>I am not up to speed with the Digital Signature but they is all fully documented in the PDF specifications which can by found via Google.</div><div><br></div><div>Andrew.</div>]]>
   </description>
   <pubDate>Tue, 18 Dec 2012 02:12:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/open-master-passwords_topic2475_post10363.html#10363</guid>
  </item> 
  <item>
   <title><![CDATA[Open &amp; Master passwords : I&amp;#039;m trying to understand...]]></title>
   <link>http://www.quickpdf.org/forum/open-master-passwords_topic2475_post10357.html#10357</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=882">DaveH</a><br /><strong>Subject:</strong> 2475<br /><strong>Posted:</strong> 14 Dec 12 at 11:01PM<br /><br />I'm trying to understand what actually happens to a PDF file when you apply the Open and Master password.<DIV>&nbsp;</DIV><DIV>From the API docs I gather that the file itself is encrpted using the Open password.&nbsp; Ie, no PDF tool will be able to read the file unless they get the password.&nbsp; Being that this is the same password prompted for to the user, people tend to use weak passwords because - well who wants to keep keying in long passwords just to open a file.&nbsp; So this I think I understand.</DIV><DIV>&nbsp;</DIV><DIV>Now the Master password is suppose to lock the "permissions" of the file (print, copy &amp; paste, etc) but this is only as good as the developer since after they call the Decrypt routine with the right Open password, they have full access to everything. So what does the Master password actually do to the PDF file.&nbsp; Is it stored somewhere in the file? It would have to be right? so a properly built viewer app could verify the password and respect the permission settings.</DIV><DIV>&nbsp;</DIV><DIV>And then there is the Digital Signature.&nbsp; Is this actually stored in the PDF doc as an encrypted attachment (allowed since v1.7 I think).</DIV><DIV>&nbsp;</DIV><DIV>Thanks for any insight behind the scenes,</DIV><DIV>DaveH</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 14 Dec 2012 23:01:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/open-master-passwords_topic2475_post10357.html#10357</guid>
  </item> 
 </channel>
</rss>