<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Digital Signature Software</title>
	<atom:link href="http://www.signfiles.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.signfiles.com</link>
	<description>Everything you need to sign your files</description>
	<lastBuildDate>Fri, 30 Jul 2010 08:42:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding PDF Encryption using PDFSignDll SDK</title>
		<link>http://www.signfiles.com/adding-pdf-encryption/</link>
		<comments>http://www.signfiles.com/adding-pdf-encryption/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 10:18:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/?p=917</guid>
		<description><![CDATA[Password Security
Owner password is set for changing the rights of the PDF file. The owner password is not requested when opening the PDF file but it is requesting when you want to change something in the password protected PDF file that was restricted from modifying.
 
To set the owner password you can use:
'owner password is used [...]]]></description>
			<content:encoded><![CDATA[<h1>Password Security</h1>
<p style="text-align: justify;"><strong>Owner password</strong> is set for changing the rights of the PDF file. The owner password is not requested when opening the PDF file but it is requesting when you want to change something in the password protected PDF file that was restricted from modifying.</p>
<p style="text-align: justify;"> </p>
<p>To set the owner password you can use:</p>
<pre id="exCode"><span id="cmt">'owner password is used to set the permissions</span>
<span id="black">PDFEncrypt.OwnerPassword =</span><span id="lit"> "owner P@ssw0rD"</span></pre>
<p><strong> </strong></p>
<p style="text-align: justify;"><strong>User password</strong> is for opening (and reading) the PDF file. If you define an user password before generating the PDF file, when someone will want to open the resulting PDF file it will have to enter the user password to open it. So only the ones that know this password can read/open the password protected PDF file.</p>
<p style="text-align: justify;"> </p>
<p>To set the user password you can use:</p>
<pre id="exCode"><span id="cmt">'optionally, user password is used to open the document with a password</span>
<span id="black">PDFEncrypt.UserPassword=</span><span id="lit"> "user P@ssw0rD"</span></pre>
<p> </p>
<h1>Certificate Security</h1>
<p style="text-align: justify;">Encrypts a PDF document by using a certificate. The certificate can be loaded from Microsoft Store, PFX, CER, PKCS#7, or X509Certificate2 object.</p>
<pre id="exCode"><span id="cmt">'set the encryption certificate</span>
<span id="black">PDFEncrypt.SetEncryptionCertificate()</span></pre>
<p> </p>
<h1>Encryption Algorithms</h1>
<p style="text-align: justify;">The library can use <strong>Standard Encryption RC4 (40 bit)</strong>,  <strong>Standard Encryption RC4 (128 bit)</strong>, and <strong>Enhanced Encryption AES (128 bit)</strong>. </p>
<p style="text-align: justify;"> </p>
<h1 style="text-align: justify;">Document Restrictions </h1>
<p style="text-align: justify;">Setting document restrictions allows you to customize if a user can copy content, filling form fields, edit content, or print the PDF file.</p>
<p style="text-align: justify;">The library can allow content copying, content copying for accessibility, filling of form fields, printing, or none of them. </p>
<p style="text-align: justify;"> </p>
<h1 style="text-align: justify;">Encrypt a PDF Using Passwords </h1>
<pre id="exCode"><span id="cmt">'owner password is used to set the permissions</span>
<span id="black">PDFEncrypt.OwnerPassword =</span><span id="lit"> "owner P@ssw0rD"</span>
<span id="cmt">'optionally, user password is used to open the document with a password</span>
<span id="black">PDFEncrypt.UserPassword=</span><span id="lit"> "user P@ssw0rD"</span>

<span id="black">PDFEncrypt.EncryptPDFFile(<span id="lit">"c:\\source.pdf"</span>, <span id="lit">"c:\\encrypt.pdf"</span>,
PDFEncryptionType.EnhancedEncryption128BitAES,
PDFEncryptionMethod.Passwords,
PDFDocumentRestrictions.AllowContentCopying Or
PDFDocumentRestrictions.AllowPrinting)</span></pre>
<p> </p>
<h1>Encrypt a PDF Using Digital Certificates </h1>
<pre id="exCode"><span id="cmt">'set the encryption certificate</span>
<span id="black">PDFEncrypt.SetEncryptionCertificate()</span>

<span id="black">PDFEncrypt.EncryptPDFFile(<span id="lit">"c:\\source.pdf"</span>, <span id="lit">"c:\\encrypt.pdf"</span>,
PDFEncryptionType.EnhancedEncryption128BitAES,
PDFEncryptionMethod.DigitalCertificates,
PDFDocumentRestrictions.AllowContentCopying Or
PDFDocumentRestrictions.AllowPrinting)</span></pre>
<p> </p>
<p>Encryption methods are a free part of <a href="http://www.signfiles.com/pdf-sign-library/">PDFSignDll SDK</a>.</p>
<p style="text-align: justify;">If you want to sign a PDF document, please remember that the encryption must be done <strong>before</strong> the signing operation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/adding-pdf-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help Center</title>
		<link>http://www.signfiles.com/help-center/</link>
		<comments>http://www.signfiles.com/help-center/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 09:15:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/?p=894</guid>
		<description><![CDATA[PDF Signer Server

PDF Signer Server User Manual 

 
Time Stamping


Adding time stamping information on PDF documents 


Installing a demo TSA Authority on IIS server  


 
PDF Security

Validating digital signatures in Adobe 
Using SHA-512 algorithm for digital signatures 
Verifying PDF digital signatures using PDFSignDLL SDK  (for developers) 
Adding PDF encryption using PDFSignDll SDK (for developers) 

 
Root Certificates

Secure Soft Private CA Root Certificate 
Installing Adobe Security Policy (.fdf [...]]]></description>
			<content:encoded><![CDATA[<h1>PDF Signer Server</h1>
<ul>
<li><a href="http://www.signfiles.com/manuals/PDFSignerServerManual.pdf" target="_blank">PDF Signer Server User Manual</a> <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></li>
</ul>
<p> </p>
<h1>Time Stamping</h1>
<ul>
<li>
<div><a href="http://www.signfiles.com/manuals/UsingTheTSAServer.pdf" target="_blank">Adding time stamping information on PDF documents</a> <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></div>
</li>
<li>
<div><a href="http://www.signfiles.com/manuals/InstallingTheTSAServer.pdf" target="_blank">Installing a demo TSA Authority on IIS server</a> <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /> </div>
</li>
</ul>
<p><strong> </strong></p>
<h1>PDF Security</h1>
<ul>
<li><a href="http://www.signfiles.com/manuals/ValidatingDigitalSignaturesInAdobe.pdf" target="_blank">Validating digital signatures in Adobe</a> <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></li>
<li><a href="http://www.signfiles.com/manuals/UsingSHA512Algorithm.pdf" target="_blank">Using SHA-512 algorithm for digital signatures</a> <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></li>
<li><a href="http://www.signfiles.com/manuals/VerifyingPDFSignatures.pdf" target="_blank">Verifying PDF digital signatures using PDFSignDLL SDK </a> (for developers) <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></li>
<li><a href="http://www.signfiles.com/adding-pdf-encryption/">Adding PDF encryption using PDFSignDll SDK</a> (for developers) <img class="alignnone size-full wp-image-1024" title="page" src="http://www.signfiles.com/resources/page.png" alt="" width="16" height="16" /></li>
</ul>
<p><strong> </strong></p>
<h1>Root Certificates</h1>
<ul>
<li><a href="http://www.signfiles.com/certs/RootSecureSoftPrivateCA.cer">Secure Soft Private CA Root Certificate</a> <img title="long_term" src="http://www.signfiles.com/resources/long_term.png" alt="" width="16" height="16" /></li>
<li><a href="http://www.signfiles.com/certs/AdobePolicy.fdf" target="_blank">Installing Adobe Security Policy (.fdf file)</a> <img title="long_term" src="http://www.signfiles.com/resources/long_term.png" alt="" width="16" height="16" /></li>
<li><a href="http://www.signfiles.com/certs/InstallingRoot.exe">Installing Secure Soft Private CA Root</a>  (run as Administrator) <img title="admin" src="http://www.signfiles.com/resources/admin.png" alt="" width="16" height="16" /></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/help-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certification Authority</title>
		<link>http://www.signfiles.com/certification-authority/</link>
		<comments>http://www.signfiles.com/certification-authority/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 12:11:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=721</guid>
		<description><![CDATA[A Certification Authority issues digital certificates which contain a public key and the identity of the owner. The certificates are issued in PFX (Personal inFormation eXchange) file format  protected by a password.
 
Certificates provide the foundation of a public key infrastructure (PKI). These are electronic credentials, issued by a certification authority (CA), that are associated with a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">A <strong>Certification Authority</strong> issues digital certificates which contain a public key and the identity of the owner. The certificates are issued in PFX (Personal inFormation eXchange) file format  protected by a password.</p>
<p><strong> </strong></p>
<p style="text-align: justify;">Certificates provide the foundation of a public key infrastructure (PKI). These are electronic credentials, issued by a certification authority (CA), that are associated with a public and private key pair.</p>
<p><strong> </strong></p>
<p style="text-align: justify;">Our <strong>Certification Authority</strong> solution works as a plugin for most Windows webservers. That means it is not required to operate an extra CA machine.</p>
<p><strong> </strong></p>
<p><strong>Benefits:</strong><br />
- X.509 standards compliant<br />
- Easy to use through friendly programs like Adobe Acrobat or PDF Signer<br />
- Supports up to 4096 bit RSA keys</p>
<p><strong> </strong></p>
<p><strong>Requirements:</strong><br />
- Windows operating system with IIS<br />
- Microsoft .NET Framework 2.0</p>
<p><span style="color: #000000;"><strong> </strong></span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>To obtain a free digital certificate (for demo purposes only), follow this link:</strong></span></p>
<ul>
<li><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></li>
</ul>
<p> </p>
<p style="text-align: justify;">If you are interested in running your own Certification Authority service, please <a href="http://www.signfiles.com/contact/">contact us</a>.</p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: starting with <strong>540 EUR</strong></span></p>
<p><span style="color: #800000;"> </span></p>
<p><strong>Useful links:</strong></p>
<ul>
<li>
<div><a href="http://www.signfiles.com/x509-certificate-generator/">X.509 Certificate Generator</a></div>
</li>
<li>
<div><a href="http://www.signfiles.com/timestamping/">Time Stamping Authority</a></div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/certification-authority/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downloads</title>
		<link>http://www.signfiles.com/downloads/</link>
		<comments>http://www.signfiles.com/downloads/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 13:10:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=701</guid>
		<description><![CDATA[


Most Popular

PDF Signer
PDF Encryptor
P7S Viewer
X.509 Certificate Generator

 
Signing Software

PDF Signer
PDF Signer Server
XML Signer &#124; Viewer
P7S Signer &#124; Viewer
XPS Signer

 
Encryption Software

PDF Encryptor
XML Encryptor &#124; Viewer
File Encryptor &#124; Viewer

 
 
For Developers

PDFSignDll (Sample project:  C# - VB.NET - VC++)

 
Digital Certificates

X.509 Certificate Generator


 
Other Products

Time Synchronizer
Certificate Manager
HTML Form Filler

 
Root certificates

Secure Soft Private CA Root Certificate 
Adobe Security Policy 





]]></description>
			<content:encoded><![CDATA[<table style="width: 649px; height: 441px;" border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td valign="top"><strong>Most Popular</strong></p>
<ul>
<li><a href="http://www.signfiles.com/apps/PDFSignerDemo.msi"><strong>PDF Signer</strong></a></li>
<li><a href="http://www.signfiles.com/apps/PDFEncryptor.msi"><strong>PDF Encryptor</strong></a></li>
<li><a href="http://www.signfiles.com/apps/P7SViewer.msi"><strong>P7S Viewer</strong></a></li>
<li><a href="http://www.signfiles.com/apps/X509CertificateGenerator.msi"><strong>X.509 Certificate Generator</strong></a></li>
</ul>
<p> </p>
<p><strong>Signing Software</strong></p>
<ul>
<li><a href="http://www.signfiles.com/apps/PDFSignerDemo.msi">PDF Signer</a></li>
<li><a href="http://www.signfiles.com/apps/PDFSignerServerDemo.msi">PDF Signer Server</a></li>
<li><a href="http://www.signfiles.com/apps/XMLSignerDemo.msi">XML Signer</a> | <a href="http://www.signfiles.com/apps/XMLSignerViewer.msi">Viewer</a></li>
<li><a href="http://www.signfiles.com/apps/P7SSignerDemo.msi">P7S Signer</a> | <a href="http://www.signfiles.com/apps/P7SViewer.msi">Viewer</a></li>
<li><a href="http://www.signfiles.com/apps/XPSSignerDemo.msi">XPS Signer</a></li>
</ul>
<p><strong> </strong></p>
<p><strong>Encryption Software</strong></p>
<ul>
<li><a href="http://www.signfiles.com/apps/PDFEncryptor.msi">PDF Encryptor</a></li>
<li><a href="http://www.signfiles.com/apps/XMLEncryptor.msi">XML Encryptor</a> | <a href="http://www.signfiles.com/apps/XMLDecryptor.msi">Viewer</a></li>
<li><a href="http://www.signfiles.com/apps/FileEncryptor.msi">File Encryptor</a> | <a href="http://www.signfiles.com/apps/FileDecryptor.msi">Viewer</a></li>
</ul>
<p><strong> </strong></p>
<p><a title="PDFSignDll for .NET Framework 2.0 SDK" rel="bookmark" href="http://www.signfiles.com/blog/pdf-sign-library/"></a> </td>
<td valign="top"><strong>For Developers</strong></p>
<ul>
<li><a href="http://www.signfiles.com/sdk/PDFSignDll.zip">PDFSignDll</a> (Sample project:  <a href="http://www.signfiles.com/sdk/PDFSignDLLTestCSharp.zip">C#</a> - <a href="http://www.signfiles.com/sdk/PDFSignDLLTestVBNET.zip">VB.NET</a> - <a href="http://www.signfiles.com/sdk/PDFSignDLLTestCPP.zip">VC++</a>)</li>
</ul>
<p><strong> </strong></p>
<p><strong>Digital Certificates</strong></p>
<ul>
<li><a href="http://www.signfiles.com/apps/X509CertificateGenerator.msi">X.509 Certificate Generator</a></li>
</ul>
<p><a title="HTML Form Filler" rel="bookmark" href="http://www.signfiles.com/blog/html-form-filler/"></a></p>
<p><strong> </strong></p>
<p><strong>Other Products</strong></p>
<ul>
<li><a href="http://www.signfiles.com/apps/TimeSyncronizer.msi">Time Synchronizer</a></li>
<li><a href="http://www.signfiles.com/apps/LDAPBrowser.msi">Certificate Manager</a></li>
<li><a href="http://www.signfiles.com/apps/HTMLFormFiller.msi">HTML Form Filler</a></li>
</ul>
<p> </p>
<p><strong>Root certificates</strong></p>
<ul>
<li><a href="http://www.signfiles.com/certs/RootSecureSoftPrivateCA.cer">Secure Soft Private CA Root Certificate</a> <img class="alignnone size-full wp-image-211" title="long_term" src="http://www.signfiles.com/resources/long_term.png" alt="" width="16" height="16" /></li>
<li><a href="http://www.signfiles.com/certs/AdobePolicy.fdf">Adobe Security Policy</a> <img class="alignnone size-full wp-image-211" title="long_term" src="http://www.signfiles.com/resources/long_term.png" alt="" width="16" height="16" /></li>
</ul>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/downloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All Products</title>
		<link>http://www.signfiles.com/all-products/</link>
		<comments>http://www.signfiles.com/all-products/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:15:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=619</guid>
		<description><![CDATA[


Signing Software

PDF Signer
PDF Signer Server
XML Signer
P7S Signer
XPS Signer

 
Encryption Software 

PDF Encryption
XML Encryption
File Encryption

 
For Developers

PDFSignDll Library


Digital Certificates

X.509 Certificate Generator
Certification Authority
Obtain a free SSL certificate

 
Time Stamping

Time Stamping Authority
Time Synchronizer

 
Management Tools

Certificate Manager
HTML Form Filler





]]></description>
			<content:encoded><![CDATA[<table style="width: 649px; height: 447px;" border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td valign="top"><strong>Signing Software</strong></p>
<ul>
<li><a title="PDF Signer" rel="bookmark" href="http://www.signfiles.com/pdf-signer/">PDF Signer</a></li>
<li><a title="PDF Signer Server" rel="bookmark" href="http://www.signfiles.com/pdf-signer-server/">PDF Signer Server</a></li>
<li><a title="XML Signer" rel="bookmark" href="http://www.signfiles.com/xml-signer/">XML Signer</a></li>
<li><a title="P7S Signer" rel="bookmark" href="http://www.signfiles.com/p7s-signer/">P7S Signer</a></li>
<li><a title="XPS Signer" rel="bookmark" href="http://www.signfiles.com/xps-signer/">XPS Signer</a></li>
</ul>
<p><strong> </strong></p>
<p><strong>Encryption Software</strong> </p>
<ul>
<li><a title="PDF Encryption" rel="bookmark" href="http://www.signfiles.com/pdf-encryption/">PDF Encryption</a></li>
<li><a title="XML Encryption" rel="bookmark" href="http://www.signfiles.com/xml-encryption/">XML Encryption</a></li>
<li><a title="File Encryption" rel="bookmark" href="http://www.signfiles.com/file-encryption/">File Encryption</a></li>
</ul>
<p><strong> </strong></p>
<p><strong>For Developers</strong></p>
<ul>
<li><a title="PDFSignDll for .NET Framework 2.0 SDK" rel="bookmark" href="http://www.signfiles.com/pdf-sign-library/">PDFSignDll Library</a></li>
</ul>
</td>
<td valign="top"><strong>Digital Certificates</strong></p>
<ul>
<li><a title="X.509 Certificate Generator" rel="bookmark" href="http://www.signfiles.com/x509-certificate-generator/">X.509 Certificate Generator</a></li>
<li><a href="http://www.signfiles.com/certification-authority/">Certification Authority</a></li>
<li><a href="http://www.ca-soft.com/SSLEnroll.aspx" target="_blank">Obtain a free SSL certificate</a></li>
</ul>
<p><a title="HTML Form Filler" rel="bookmark" href="http://www.signfiles.com/html-form-filler/"></a> </p>
<p><strong>Time Stamping</strong></p>
<ul>
<li><a href="http://www.signfiles.com/timestamping/">Time Stamping Authority</a></li>
<li><a title="Time Synchronizer" rel="bookmark" href="http://www.signfiles.com/time-synchronizer/">Time Synchronizer</a></li>
</ul>
<p><strong> </strong></p>
<p><strong>Management Tools</strong></p>
<ul>
<li><a title="Certificate Manager" rel="bookmark" href="http://www.signfiles.com/certificate-manager/">Certificate Manager</a></li>
<li><a title="HTML Form Filler" rel="bookmark" href="http://www.signfiles.com/html-form-filler/">HTML Form Filler</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/all-products/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDFSignDll for .NET Framework 2.0 Code Example</title>
		<link>http://www.signfiles.com/pdf-sign-library-code-example/</link>
		<comments>http://www.signfiles.com/pdf-sign-library-code-example/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 11:10:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=578</guid>
		<description><![CDATA[C# Code Example
//reset PDF Signature structure - optional
PDFSign.ResetPDFSignatureStructure();

//get the signing certificate from Microsoft Store
PDFSign.SetSigningCertificate(false);

//OR the certificate can be get from a PFX file
PDFSign.SetSigningCertificate("c:\\cert.pfx", "PFX_P@ssw0rD");

//signature position: bottom right
PDFSign.SignaturePosition = SignatureLocation.BottomRight;

//signed by prefix
PDFSign.SignedBy = "Signed by text:";

//date format
PDFSign.DateFormat = "yyyy-MM-dd";

//timestamp the PDF file
PDFSign.TSAServerURL = "http://www.ca-soft.com/request.aspx";

//certify the PDF document
PDFSign.CertifyDocument = CertifyMethod.NoChangesAllowed; 

//digitally sign PDF file
PDFSign.SignPDFFile("c:\\source.pdf", "c:\\source[signed].pdf"); 

Console.WriteLine("Done!"); 
 

Download PDFSignerDll [...]]]></description>
			<content:encoded><![CDATA[<h1><a id="csharp" name="csharp"></a>C# Code Example</h1>
<pre id="exCode"><span id="cmt">//reset PDF Signature structure - optional</span>
<span id="dtyp">PDFSign</span><span id="black">.ResetPDFSignatureStructure();</span>
<span id="cmt">
//get the signing certificate from Microsoft Store</span>
<span id="dtyp">PDFSign</span><span id="black">.SetSigningCertificate(</span><span id="keyw">false</span><span id="black">);</span>
<span id="cmt">
//OR the certificate can be get from a PFX file</span>
<span id="dtyp">PDFSign</span><span id="black">.SetSigningCertificate(<span id="lit">"c:\\cert.pfx"</span><span id="black">,</span><span id="lit"> "PFX_P@ssw0rD"</span><span id="black">);</span>

<span id="cmt">//signature position: bottom right</span>
<span id="dtyp">PDFSign</span><span id="black">.SignaturePosition = </span><span id="dtyp">SignatureLocation</span><span id="black">.BottomRight;</span>

<span id="cmt">//signed by prefix</span>
<span id="dtyp">PDFSign</span><span id="black">.SignedBy = </span><span id="lit">"Signed by text:"</span><span id="black">;</span>
<span id="cmt">
//date format</span>
<span id="dtyp">PDFSign</span><span id="black">.DateFormat = </span><span id="lit">"yyyy-MM-dd"</span><span id="black">;</span>

<span id="cmt">//timestamp the PDF file</span>
<span id="dtyp">PDFSign</span><span id="black">.TSAServerURL = </span><span id="lit">"http://www.ca-soft.com/request.aspx"</span><span id="black">;</span>

<span id="cmt">//certify the PDF document</span>
<span id="dtyp">PDFSign</span><span id="black">.CertifyDocument = </span><span id="dtyp">CertifyMethod</span><span id="black">.NoChangesAllowed; </span>

<span id="cmt">//digitally sign PDF file</span>
<span id="dtyp">PDFSign</span><span id="black">.SignPDFFile(</span><span id="lit">"c:\\source.pdf"</span><span id="black">,</span> <span id="lit">"c:\\source[signed].pdf"</span>)<span id="black">;</span> 

<span id="dtyp">Console</span><span id="black">.WriteLine(</span><span id="lit">"Done!"</span><span id="black">);</span> </span></pre>
<p> </p>
<ul>
<li><a href="http://www.signfiles.com/sdk/PDFSignDll.zip">Download PDFSignerDll Demo library (.DLL only)</a></li>
<li><a href="http://www.signfiles.com/sdk/PDFSignDLLTestCSharp.zip">Download PDFSignDll C# Sample project</a></li>
</ul>
<p>   </p>
<h1><a id="vb" name="vb"></a>Visual Basic.NET Code Example</h1>
<pre id="exCode"><span id="cmt">'reset PDF Signature structure - optional</span>
<span id="black">PDFSign.ResetPDFSignatureStructure()</span>

<span id="cmt">'get the signing certificate from Microsoft Store </span>
<span id="black">PDFSign.SetSigningCertificate(</span><span id="keyw">False</span><span id="black">)</span>
<span id="cmt">
'OR the certificate can be get from a PFX file</span>
<span id="black">PDFSign.SetSigningCertificate(<span id="lit">"c:\cert.pfx"</span><span id="black">,</span><span id="lit"> "PFX_P@ssw0rD"</span><span id="black">)</span>

<span id="cmt">'signature position: bottom right</span>
<span id="black">PDFSign.SignaturePosition = SignatureLocation.BottomRight</span>

<span id="cmt">'signed by prefix</span>
<span id="black">PDFSign.SignedBy = </span><span id="lit">"Signed by text:"</span>

<span id="cmt">'date format</span>
<span id="black">PDFSign.DateFormat = </span><span id="lit">"yyyy-MM-dd"</span>

<span id="cmt">'timestamp the PDF file</span>
<span id="black">PDFSign.TSAServerURL = <span><span id="lit">"http://www.ca-soft.com/request.aspx"</span>

<span id="cmt">'certify the PDF document</span>
<span id="black">PDFSign.CertifyDocument = CertifyMethod.NoChangesAllowed</span>

<span id="cmt">'digitally sign PDF file</span>
<span id="black">PDFSign.SignPDFFile(</span><span id="lit">"c:\source.pdf"</span><span id="black">,</span> <span id="lit">"c:\source[signed].pdf"</span>)

<span id="black">Console.WriteLine(</span><span id="lit">"Done!"</span><span id="black">)</span></span></span></span></pre>
<p> </p>
<ul>
<li><a href="http://www.signfiles.com/sdk/PDFSignDll.zip">Download PDFSignerDll Demo library (.DLL only)</a></li>
<li><a href="http://www.signfiles.com/sdk/PDFSignDLLTestVBNET.zip">Download PDFSignDll Visual Basic.NET Sample project</a></li>
</ul>
<p> </p>
<h1><a id="cpp" name="cpp"></a>Visual C++ Code Example </h1>
<pre id="exCode"><span id="cmt">//reset PDF Signature structure - optional</span>
<span id="black">PDFSign::ResetPDFSignatureStructure();</span>

<span id="cmt">//get the signing certificate from Microsoft Store </span>
<span id="black">PDFSign::SetSigningCertificate(</span><span id="keyw">false</span><span id="black">);</span>
<span id="cmt">
//OR the certificate can be get from a PFX file</span>
<span id="black">PDFSign::SetSigningCertificate(<span id="lit">"c:\cert.pfx"</span><span id="black">,</span><span id="lit"> "PFX_P@ssw0rD"</span><span id="black">);</span>

<span id="cmt">//signature position: bottom right</span>
<span id="black">PDFSign::SignaturePosition = SignatureLocation::BottomRight;</span>

<span id="cmt">//signed by prefix</span>
<span id="black">PDFSign::SignedBy = </span><span id="lit">"Signed by text:"</span><span id="black">;</span>

<span id="cmt">//date format</span>
<span id="black">PDFSign::DateFormat = </span><span id="lit">"yyyy-MM-dd"</span><span id="black">;</span>

<span id="cmt">//timestamp the PDF file</span>
<span id="black">PDFSign::TSAServerURL = </span><span id="lit">"http://www.ca-soft.com/request.aspx"</span><span id="black">;</span>

<span id="cmt">//certify the PDF document</span>
<span id="black">PDFSign::CertifyDocument = CertifyMethod.NoChangesAllowed;</span>

<span id="cmt">//digitally sign PDF file</span>
<span id="black">PDFSign::SignPDFFile(</span><span id="lit">"c:\source.pdf"</span><span id="black">,</span> <span id="lit">"c:\source.pdf"</span><span id="black">);</span>

<span id="black">Console::WriteLine(</span><span id="lit">"Done!"</span>)<span id="black">;</span></span></pre>
<p> </p>
<ul>
<li><a href="http://www.signfiles.com/sdk/PDFSignDll.zip">Download PDFSignerDll Demo library (.DLL only)</a>  </li>
<li><a href="http://www.signfiles.com/sdk/PDFSignDLLTestCPP.zip">Download PDFSignDll Visual C++ Sample project</a>  </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/pdf-sign-library-code-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDFSignDll for .NET Framework 2.0 SDK</title>
		<link>http://www.signfiles.com/pdf-sign-library/</link>
		<comments>http://www.signfiles.com/pdf-sign-library/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 10:33:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=544</guid>
		<description><![CDATA[The main function of PDFSignDll SDK is to sign and encrypt PDF documents using X.509 certificates. Using this library you can quickly sign and encrypt PDF files using a fully configurable appearance. The positioning of the signature appearance is configurable, plus on which pages of the document it should appear (first page, last page or all [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The main function of <strong>PDFSignDll SDK </strong>is to sign and encrypt PDF documents using X.509 certificates. Using this library you can quickly sign and encrypt PDF files using a fully configurable appearance. The positioning of the signature appearance is configurable, plus on which pages of the document it should appear (first page, last page or all pages). Also, the connection to the time stamping server (TSA) can be made using proxy.</p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-209" title="interoperability" src="http://www.signfiles.com/resources/interoperability.png" alt="" width="16" height="16" /> PKI Interoperability</strong> &#8211; PDFSignDll SDK can access, use and manage X.509 certificates and associated private keys, stored on cryptocards, USB cryptotokens or PFX files.</p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong><strong><img title="developers" src="http://www.signfiles.com/resources/developers.png" alt="" width="16" height="16" /> </strong>PDFSignDll SDK</strong> can be used on Windows desktop systems. For development you can use one of the following <strong>development tools</strong>:</p>
<p style="text-align: justify;">- Visual Studio 2010</p>
<p style="text-align: justify;">- Visual Studio 2008</p>
<p>- Visual Studio 2005</p>
<p>- Visual Studio .NET 2003</p>
<p><strong> </strong></p>
<p><strong><img class="alignnone size-full wp-image-554" title="os" src="http://www.signfiles.com/resources/os.png" alt="" width="16" height="16" /> Operating Systems Compatibility:</strong> Windows XP or higher</p>
<p><strong> </strong></p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-551" title="programming" src="http://www.signfiles.com/resources/programming.png" alt="" width="16" height="16" /> Programming Languages:</strong> C#, VB.NET, ASP.NET, Visual C++. The library requires .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>.</p>
<p><strong> </strong></p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-548" title="license" src="http://www.signfiles.com/resources/license.png" alt="" width="16" height="16" /> Licensing:</strong> You can install <strong>PDFSignDll SDK</strong> component on as many computers as you wish, and redistribute with your application to as many end-users as you wish. <strong>PDFSignDll SDK </strong>can be used in any number of applications, and can be redistributed royalty-free with your applications to your end-users.</p>
<p><strong> </strong></p>
<table style="height: 105px;" border="1" cellspacing="1" cellpadding="5" width="551" bordercolor="#cccccc">
<tbody>
<tr>
<td width="191" height="51" valign="middle"><span style="color: #800000;"><strong> Single-developer license</strong></span></td>
<td width="70" height="51" align="center" valign="middle"><span style="color: #800000;"><strong>65 EUR</strong></span></td>
<td width="248" align="center">
<form action="https://www.paypal.com/cgi-bin/webscr" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="6401023" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG_global.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /></form>
</td>
</tr>
<tr>
<td height="51" valign="middle"><span style="color: #800000;"><strong> Company license</strong></span></td>
<td width="70" height="51" align="center" valign="middle"><span style="color: #800000;"><strong>210 EUR</strong></span></td>
<td width="248" align="center">
<form action="https://www.paypal.com/cgi-bin/webscr" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="6401053" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG_global.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /></form>
</td>
</tr>
</tbody>
</table>
<p> </p>
<ul>
<li><a href="http://www.signfiles.com/sdk/PDFSignDll.zip">Download PDFSignerDll Demo library (.DLL only)</a></li>
<li>Download PDFSignDll Sample project: <a href="http://www.signfiles.com/sdk/PDFSignDLLTestCSharp.zip">C#</a> &#8211; <a href="http://www.signfiles.com/sdk/PDFSignDLLTestVBNET.zip">Visual Basic.NET</a> &#8211; <a href="http://www.signfiles.com/sdk/PDFSignDLLTestCPP.zip">Visual C++</a></li>
<li>Code example: <a href="http://www.signfiles.com/pdf-sign-library-code-example/#csharp">C#</a> &#8211; <a href="http://www.signfiles.com/pdf-sign-library-code-example/#vb">Visual Basic.NET</a> &#8211; <a href="http://www.signfiles.com/pdf-sign-library-code-example/#cpp">Visual C++</a></li>
</ul>
<p><strong> </strong></p>
<p><strong>Useful links:</strong></p>
<ul>
<li><a href="http://www.signfiles.com/manuals/ValidatingDigitalSignaturesInAdobe.pdf" target="_blank">Validating digital signatures in Adobe</a> <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></li>
<li><a href="http://www.signfiles.com/manuals/UsingSHA512Algorithm.pdf" target="_blank">Using SHA-512 algorithm for digital signatures</a> <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></li>
<li><a href="http://www.signfiles.com/manuals/VerifyingPDFSignatures.pdf" target="_blank">Verifying PDF digital signatures using PDFSignDLL SDK</a> <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></li>
<li><a href="http://www.signfiles.com/adding-pdf-encryption/">Adding PDF encryption using PDFSignDll SDK</a> <img title="page" src="http://www.signfiles.com/resources/page.png" alt="" width="16" height="16" /></li>
<li><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></li>
<li><a href="http://www.signfiles.com/pdf-signer/">PDF Signer</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/pdf-sign-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Clients</title>
		<link>http://www.signfiles.com/our-clients/</link>
		<comments>http://www.signfiles.com/our-clients/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:01:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=533</guid>
		<description><![CDATA[Czech Republic
Ministry of Finance of the Czech Republic
Prague Stock Exchange
I.CA
CCS, Ceska spolecnost pro platebni karty s.r.o.
AVE Soft s.r.o.
STORMWARE s.r.o.
KOOL4 IT Security s.r.o.
TOR Cheb, spol. s.r.o.
American Chance Casinos a.s.
 
Spain
E2000 Financial Investments
TITANIA, Ensayos y Proyectos Industriales
SOLMICRO ORGANIZACIÓN Y SOFTWARE, S.L.
Ader RR.HH E.T.T S.A.
General Lab S.A.U.
Tecnimunrue S.L.
 
Portugal
ETNAGA – Consultores
Associação Empresarial de Portugal
WS Atkins Portugal
Segurihigiene &#8211; Saude no Trabalho [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Czech Republic</strong></p>
<p>Ministry of Finance of the Czech Republic</p>
<p>Prague Stock Exchange</p>
<p>I.CA</p>
<p>CCS, Ceska spolecnost pro platebni karty s.r.o.</p>
<p>AVE Soft s.r.o.</p>
<p>STORMWARE s.r.o.</p>
<p>KOOL4 IT Security s.r.o.</p>
<p>TOR Cheb, spol. s.r.o.</p>
<p>American Chance Casinos a.s.</p>
<p><strong> </strong></p>
<p><strong>Spain</strong></p>
<p>E2000 Financial Investments</p>
<p>TITANIA, Ensayos y Proyectos Industriales</p>
<p>SOLMICRO ORGANIZACIÓN Y SOFTWARE, S.L.</p>
<p>Ader RR.HH E.T.T S.A.</p>
<p>General Lab S.A.U.</p>
<p>Tecnimunrue S.L.</p>
<p><strong> </strong></p>
<p><strong>Portugal</strong></p>
<p>ETNAGA – Consultores</p>
<p>Associação Empresarial de Portugal</p>
<p>WS Atkins Portugal</p>
<p>Segurihigiene &#8211; Saude no Trabalho SA</p>
<p><strong> </strong></p>
<p><strong>Italy</strong></p>
<p>ASCOT S.R.L.</p>
<p>Protovision S.R.L.</p>
<p>Technomind Spa</p>
<p><strong> </strong></p>
<p><strong>Poland</strong></p>
<p>AnySoft.pl Rejestracja Oprogramowania</p>
<p>BIC Prompt</p>
<p><strong> </strong></p>
<p><strong>Bulgaria</strong></p>
<p>Gammaconsult GPS</p>
<p>Piccadilly EAD</p>
<p><strong> </strong></p>
<p><strong>Israel</strong></p>
<p>Yaad Assimilation &amp; Development</p>
<p>AnyWare E-Commerce LTD.</p>
<p><strong> </strong></p>
<p><strong>United States</strong></p>
<p>SHI International Corp.</p>
<p>ProfessionalGeeks</p>
<p>Data Alliance LLC</p>
<p>E-Dictate</p>
<p>QuickImpress LLC</p>
<p><strong> </strong></p>
<p><strong>Others</strong></p>
<p>McKey Distribution Pty Limited – Australia</p>
<p>WinBooks SA – Belgium</p>
<p>NTT Europe Online – France</p>
<p>IT Net World Ltd – New Zealand</p>
<p>Vattenfall Nuclear Fuel &#8211; Sweden</p>
<p>Venture Finance PLC – United Kingdom</p>
<p><em>* All trademarks are property of their respective owners.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/our-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Encryption</title>
		<link>http://www.signfiles.com/file-encryption/</link>
		<comments>http://www.signfiles.com/file-encryption/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 13:37:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=448</guid>
		<description><![CDATA[File Encryptor (P7M) allows you to encrypt files by using a digital certificate. Using this product you can quickly encrypt multiple files (bulk encryption) by selecting input and output directory. This is ideal for batch encryption of large number of corporate files rather than encrypting each one individually. The encrypted files will be saved with [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>File Encryptor (P7M)</strong> allows you to encrypt files by using a digital certificate. Using this product you can quickly encrypt multiple files (bulk encryption) by selecting input and output directory. This is ideal for batch encryption of large number of corporate files rather than encrypting each one individually. The encrypted files will be saved with <strong>P7M</strong> extension.  </p>
<p style="text-align: justify;"><strong> </strong>   </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-369" title="p7s" src="http://www.signfiles.com/resources/p7s.png" alt="" width="16" height="16" /> Interoperability</strong> &#8211; The files encrypted with File Encryptor has the P7M extension and is (mime-type) <em>application/pkcs7-enveloped-data</em> type. Details about the standard regarding the creation of such structures are published on <a href="http://www.ietf.org/rfc/rfc3369.txt" target="_blank">RFC 3369</a>, standard initiated by RSA Security Data Inc.  </p>
<p style="text-align: justify;">  </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-209" title="interoperability" src="http://www.signfiles.com/resources/interoperability.png" alt="" width="16" height="16" /> PKI Interoperability</strong> &#8211; File Encryptor (P7M) is completely PKI neutral and will work with PKI components from any vendor (this includes CAs, certificates, CRLs, smartcards, etc.).  </p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-450" title="File Encryptor" src="http://www.signfiles.com/resources/File-Encryptor.jpg" alt="" width="457" height="303" />  </p>
<p style="text-align: justify;"> <strong>Requirements:</strong>  </p>
<p>- An X.509 digital certificate (obtain one from here)  </p>
<p>- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>  </p>
<p>- Windows XP or later  </p>
<p><strong> </strong>  </p>
<p><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>25 EUR</strong></span>  </p>
<p><span style="color: #800000;"> </span>  </p>
<ul>
<li><a href="http://www.signfiles.com/apps/FileEncryptor.msi">Download File Encryptor Demo</a> (.NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
<li><a href="http://www.signfiles.com/contact/">Purchase File Encryptor</a><a href="http://www.signfiles.com/contact.htm"></a></li>
</ul>
<p><strong> </strong>  </p>
<hr /> </p>
<h2>File Decryptor</h2>
<p style="text-align: justify;"><strong>File Decryptor </strong>(P7M and P7E file extension)<strong> </strong>lets you view files encrypted by <strong>File Encryptor</strong> or other encryption software that uses digital certificates for encryption operation. </p>
<p style="text-align: center;"> <img class="alignnone size-full wp-image-449" title="File Decryptor" src="http://www.signfiles.com/resources/File-Decryptor.jpg" alt="" width="426" height="324" /> </p>
<p style="text-align: left;"> <strong>Requirements:</strong>  </p>
<p>- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>  </p>
<p>- Windows XP or later  </p>
<p><strong> </strong>  </p>
<p><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>FREE</strong></span><span style="color: #800000;"> </span>  </p>
<p><strong> </strong>  </p>
<ul>
<li><a href="http://www.signfiles.com/apps/FileDecryptor.msi">Download File Decryptor</a> (.NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
</ul>
<p><strong> </strong>  </p>
<p><strong>Useful links:</strong>  </p>
<ul>
<li><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></li>
<li><a href="http://www.signfiles.com/p7s-signer/">File Signer (P7S)</a></li>
<li><a href="http://www.signfiles.com/pdf-encryption/">PDF Encryptor</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/file-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Encryption</title>
		<link>http://www.signfiles.com/xml-encryption/</link>
		<comments>http://www.signfiles.com/xml-encryption/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 13:24:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=434</guid>
		<description><![CDATA[XML Encryptor allows you to encrypt XML files by using a digital certificate. Using this product you can quickly encrypt multiple files (bulk encryption) by selecting input and output directory. This is ideal for batch encryption of large number of corporate XML files rather than encrypting each one individually.
  
 Interoperability &#8211; Encrypted files produced with [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>XML Encryptor </strong>allows you to encrypt XML files by using a digital certificate. Using this product you can quickly encrypt multiple files (bulk encryption) by selecting input and output directory. This is ideal for batch encryption of large number of corporate XML files rather than encrypting each one individually.</p>
<p style="text-align: justify;"><strong> </strong><strong> </strong></p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-334" title="xml" src="http://www.signfiles.com/resources/xml.png" alt="" width="16" height="16" /> Interoperability</strong> &#8211; Encrypted files produced with this product may be verified using standard XML Decryptor products.</p>
<p style="text-align: justify;"><strong> </strong><strong> </strong></p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-209" title="interoperability" src="http://www.signfiles.com/resources/interoperability.png" alt="" width="16" height="16" /> PKI Interoperability</strong> &#8211; XML Encryptor is completely PKI neutral and will work with PKI components from any vendor (this includes CAs, certificates, CRLs, smartcards, etc.).</p>
<p style="text-align: center;"><img class="size-full wp-image-436 aligncenter" title="XML Encryptor" src="http://www.signfiles.com/resources/XML-Encryptor.jpg" alt="" width="457" height="337" /></p>
<p><strong>Requirements:</strong></p>
<p>- An X.509 digital certificate (obtain one from here)</p>
<p>- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a></p>
<p>- Windows XP or later</p>
<p><strong> </strong></p>
<p><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>25 EUR</strong></span></p>
<p><span style="color: #800000;"> </span></p>
<ul>
<li><a href="http://www.signfiles.com/apps/XMLEncryptor.msi">Download XML Encryptor Demo</a> (.NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
<li><a href="http://www.signfiles.com/contact/">Purchase XML Encryptor</a><a href="http://www.signfiles.com/contact.htm"></a></li>
</ul>
<p><strong> </strong></p>
<hr />
<h2>XML Decryptor</h2>
<p><strong>XML Decryptor </strong>lets you view XML files encrypted by <strong>XML Encryptor</strong> or other encryption software that uses digital certificates for encryption operation.</p>
<p style="text-align: center;"><img class="size-full wp-image-435 aligncenter" title="XML Decryptor" src="http://www.signfiles.com/resources/XML-Decryptor.jpg" alt="" width="426" height="324" /></p>
<p style="text-align: left;"> <strong>Requirements:</strong></p>
<p>- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a></p>
<p>- Windows XP or later</p>
<p><strong> </strong></p>
<p><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>FREE</strong></span><span style="color: #800000;"> </span></p>
<p><strong> </strong></p>
<ul>
<li><a href="http://www.signfiles.com/apps/XMLDecryptor.msi">Download XML Decryptor</a> (.NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
</ul>
<p><strong> </strong></p>
<p><strong>Useful links:</strong></p>
<ul>
<li><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></li>
<li><a href="http://www.signfiles.com/xml-signer/">XML Signer</a><a href="http://www.ca-soft.com/XMLEncryption.htm"></a></li>
<li><a href="http://www.signfiles.com/pdf-signer/">PDF Signer</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/xml-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDF Encryption</title>
		<link>http://www.signfiles.com/pdf-encryption/</link>
		<comments>http://www.signfiles.com/pdf-encryption/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 13:14:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=424</guid>
		<description><![CDATA[PDF Encryptor can be used to protect your PDF files with 128-bit strength using digital certificates or passwords, set all permissions (such as copying, editing, printing, selecting text and graphics, fill in etc), and prevent PDF files from being printed, changed or copied. 
  
PDF Encryptor allows you to encrypt existing PDFs using digital certificates or passwords. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>PDF Encryptor</strong> can be used to protect your PDF files with 128-bit strength using digital certificates or passwords, set all permissions (such as copying, editing, printing, selecting text and graphics, fill in etc), and prevent PDF files from being printed, changed or copied. </p>
<p><strong> </strong> </p>
<p><strong>PDF Encryptor</strong> allows you to encrypt existing PDFs using digital certificates or passwords. For example you can encrypt a PDF without to allow to print it. The button to print the file will be disabled in Acrobat Reader application, you also can encrypt a PDF allowing the user to read it only if he know the correct password. </p>
<p style="text-align: center;"><img class="size-full wp-image-425  alignnone" title="PDF Encryptor" src="http://www.signfiles.com/resources/PDF-Encryptor.jpg" alt="" width="457" height="513" /> </p>
<p style="text-align: justify;">
<p style="text-align: left;"> <strong>Requirements:</strong> </p>
<p style="text-align: justify;">
<p style="text-align: justify;">- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a> </p>
<p style="text-align: justify;">- Optional, an X.509 digital certificate (obtain one from here) </p>
<p style="text-align: justify;">
<p style="text-align: justify;">- Windows XP or later </p>
<p style="text-align: justify;">  </p>
<p style="text-align: justify;">
<p style="text-align: justify;"><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>25 EUR</strong></span> </p>
<p><span style="color: #800000;"> </span> </p>
<ul>
<li><a href="http://www.signfiles.com/apps/PDFEncryptor.msi">Download PDF Encryptor Demo</a> (.NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
</ul>
<p style="text-align: justify;">
<h3 style="text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="3878978" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG_global.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
</h3>
<p style="text-align: center;"><strong><span style="color: #800000;">Buy online with PayPal</span></strong> </p>
<p style="text-align: left;"><strong>Useful links:</strong> </p>
<ul>
<li><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></li>
<li><a href="http://www.signfiles.com/pdf-signer/">PDF Signer</a><a href="http://www.signfiles.com/x509Generator.htm"></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/pdf-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Form Filler</title>
		<link>http://www.signfiles.com/html-form-filler/</link>
		<comments>http://www.signfiles.com/html-form-filler/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 13:03:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=415</guid>
		<description><![CDATA[HTML Form Filler is a free solution that automates the process of filling out the digital certificate enrollment web form.
If you don&#8217;t have time to set the HTML Form Filler up we are ready to help you. Based on HTML Form Filler we may customize this solution to filling out various enrollment forms. This customization [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>HTML Form Filler</strong> is a free solution that automates the process of filling out the digital certificate enrollment web form.</p>
<p style="text-align: justify;">If you don&#8217;t have time to set the HTML Form Filler up we are ready to help you. Based on HTML Form Filler we may customize this solution to filling out various enrollment forms. This customization will enable you to automate and speed up the process of form filling of any kind.</p>
<p style="text-align: center;"><img class="size-full wp-image-416 aligncenter" title="HTML Form Filler" src="http://www.signfiles.com/resources/HTML-Form-Filler.jpg" alt="" width="504" height="627" /></p>
<p style="text-align: left;"><strong> </strong></p>
<p style="text-align: left;"><strong>Requirements:</strong></p>
<p>- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a></p>
<p>- Windows XP or later</p>
<p><span style="color: #800000;"> </span></p>
<p><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>FREE</strong></span></p>
<p><span style="color: #800000;"> </span></p>
<ul>
<li><a href="http://www.signfiles.com/apps/HTMLFormFiller.msi">Download HTML Form Filler</a> (.NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
</ul>
<p><a href="http://ca-soft.com/contact.htm"></a></p>
<p style="text-align: left;"><strong> </strong></p>
<p style="text-align: left;"><strong>Useful links:</strong></p>
<ul>
<li><a href="http://www.signfiles.com/certificate-manager/">LDAP X509 Certificate Browser</a><a href="http://www.ca-soft.com/userEnroll.aspx"></a></li>
<li><a href="http://www.signfiles.com/x509-certificate-generator/">X509 Certificate Generator</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/html-form-filler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certificate Manager</title>
		<link>http://www.signfiles.com/certificate-manager/</link>
		<comments>http://www.signfiles.com/certificate-manager/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 12:53:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=405</guid>
		<description><![CDATA[LDAP Certificate Browser (Certificate Manager) may be used to manage the X.509 certificates from your CA hierarchy. This tool allows you to obtain detailed information about user certificates stored on LDIF file. 
 
This tool works with LDIF files exported from Windows 2003 and Windows 2008 Certification Authority using ldifde –f switch (Active Directory). 
 
LDAP Certificate Browser was optimized [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>LDAP Certificate Browser</strong> (Certificate Manager) may be used to manage the X.509 certificates from your CA hierarchy. This tool allows you to obtain detailed information about user certificates stored on LDIF file. </p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">This tool works with LDIF files exported from Windows 2003 and Windows 2008 Certification Authority using <em>ldifde –f</em> switch (Active Directory). </p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">LDAP Certificate Browser was optimized to work with more than 5000 X.509 digital certificates. </p>
<p style="text-align: center;"><a href="http://www.signfiles.com/resources/Certificate-Manager.jpg" target="_blank"><img class="size-medium wp-image-406   aligncenter" title="Certificate Manager" src="http://www.signfiles.com/resources/Certificate-Manager-300x234.jpg" alt="" width="300" height="234" /></a> <strong> </strong> </p>
<p style="text-align: left;"><strong>Requirements:</strong> </p>
<p>- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a> </p>
<p>- Windows XP or later </p>
<p><span style="color: #800000;"> </span> </p>
<p><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>45 EUR</strong></span> </p>
<p><span style="color: #800000;"> </span> </p>
<ul>
<li><a href="http://www.signfiles.com/apps/LDAPBrowser.msi">Download LDAP Certificate Browser Demo</a> (.NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
<li><a href="http://www.signfiles.com/contact/">Purchase LDAP Certificate Browser</a></li>
</ul>
<p style="text-align: left;"><strong> </strong> </p>
<p style="text-align: left;"><strong>Useful links:</strong> </p>
<ul>
<li><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></li>
<li><a href="http://www.signfiles.com/x509-certificate-generator/">X509 Certificate Generator</a><a href="http://www.ca-soft.com/LDAPCertificateBrowser.htm"></a></li>
<li>
<div style="text-align: justify;"><a href="http://www.signfiles.com/html-form-filler/">HTML Form Filler</a></div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/certificate-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Synchronizer</title>
		<link>http://www.signfiles.com/time-synchronizer/</link>
		<comments>http://www.signfiles.com/time-synchronizer/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 12:46:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=396</guid>
		<description><![CDATA[Time Synchronizer is a time client to synchronize the computer clock. The time client receives the curent time from a time server located in your local network or somewhere in the internet. 
 
The Simple Network Time Protocol (SNTP) is a protocol for synchronizing the clocks of computer systems over packet-switched, variable-latency data networks. SNTP uses UDP [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Time Synchronizer</strong> is a time client to synchronize the computer clock. The time client receives the curent time from a time server located in your local network or somewhere in the internet. </p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">The <em>Simple Network Time Protocol</em> (SNTP) is a protocol for synchronizing the clocks of computer systems over packet-switched, variable-latency data networks. SNTP uses UDP port 123 as its transport layer. It is designed particularly to resist the effects of variable latency. SNTP uses Marzullo’s algorithm with the UTC time scale, including support for features such as leap seconds. </p>
<p> </p>
<p>This tool may be used to synchronize the clock for <a href="http://www.signfiles.com/timestamping/">TSA Authority</a>. </p>
<p style="text-align: center;"><strong><img class="size-full wp-image-397   aligncenter" title="Time Synchonizer" src="http://www.signfiles.com/resources/Time-Synchonizer.jpg" alt="" width="346" height="449" /></strong> </p>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong>Requirements:</strong> </p>
<p>- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a> </p>
<p>- Windows XP or later </p>
<p><span style="color: #800000;"> </span> </p>
<p><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>FREE</strong></span> </p>
<p><span style="color: #800000;"> </span> </p>
<ul>
<li><a href="http://www.signfiles.com/apps/TimeSyncronizer.msi">Download Time Synchronizer</a> (requires .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
</ul>
<p style="text-align: justify;">
<p style="text-align: left;"><strong> </strong></p>
<p style="text-align: left;"><strong>Useful links:</strong> </p>
<ul>
<li><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></li>
<li><a href="http://www.signfiles.com/certificate-manager/">Certificate Manager</a></li>
<li>
<div style="text-align: justify;"><a href="http://www.signfiles.com/timestamping/">Time stamping Authority (TSA) </a></div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/time-synchronizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P7S Signer</title>
		<link>http://www.signfiles.com/p7s-signer/</link>
		<comments>http://www.signfiles.com/p7s-signer/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 12:53:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=359</guid>
		<description><![CDATA[P7S Signer is a standards-based electronic signature solution. Signing electronic documents with P7S Signer will immediately reduce costs, increase security and help organizations comply with regulations. Electronic signatures are based on standard PKI technology, guaranteeing signer authenticity, data integrity and the non-repudiation of electronic documents.  
Using P7S Signer you can quickly sign multiple files (any type [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>P7S Signer</strong> is a standards-based electronic signature solution. Signing electronic documents with P7S Signer will immediately reduce costs, increase security and help organizations comply with regulations. Electronic signatures are based on standard PKI technology, guaranteeing signer authenticity, data integrity and the non-repudiation of electronic documents.  </p>
<p style="text-align: justify;">Using <strong>P7S Signer </strong>you can quickly sign multiple files (any type of files) by selecting input and output directory. This is ideal for bulk signing of large number of corporate files.  </p>
<p><strong> </strong> </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-369" title="p7s" src="http://www.signfiles.com/resources/p7s.png" alt="" width="16" height="16" /> Interoperability</strong> &#8211; The files digitally signed with <strong>P7S Signer</strong> has the p7s extension and is (mime-type) <em>application/pkcs7-signed-data</em> type. Details about the standard regarding the creation of such structures are published on <a href="http://www.ietf.org/rfc/rfc3369.txt" target="_blank">RFC 3369</a>, standard initiated by RSA Security Data Inc.  </p>
<p><strong> </strong> </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-209" title="interoperability" src="http://www.signfiles.com/resources/interoperability.png" alt="" width="16" height="16" /> PKI Interoperability</strong> &#8211; P7S Signer is completely PKI neutral and will work with PKI components from any vendor (this includes CAs, certificates, CRLs, smartcards, etc.).  </p>
<p><strong> </strong> </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-220" title="verification" src="http://www.signfiles.com/resources/verification.png" alt="" width="16" height="16" /> Standard Compliance</strong> &#8211; P7S Signer signatures are compatible with ETSI TS 101 733 Electronic Signature Formats (CAdES) and PKCS#7 &#8211; Cryptographic Message Syntax Standard.  </p>
<p style="text-align: center;"><img class="size-full wp-image-982 aligncenter" title="P7S Signer" src="http://www.signfiles.com/resources/P7S-Signer1.jpg" alt="" width="457" height="243" />  </p>
<p><strong>Requirements:</strong> </p>
<p>- An X.509 digital certificate (obtain one from <a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">here</a>) </p>
<p>- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a> </p>
<p>- Windows XP or later </p>
<p><strong> </strong><br />
<img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>25 EUR</strong></span>  </p>
<p><strong> </strong> </p>
<ul>
<li><a href="http://www.signfiles.com/apps/P7SSignerDemo.msi">Download P7S Signer Demo</a> (requires .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
<li><a href="http://www.signfiles.com/contact/">Purchase P7S Signer</a></li>
</ul>
<p><strong> </strong> </p>
<hr />
<h2><a id="p7sviewer" name="p7sviewer"></a>P7S Viewer</h2>
<p style="text-align: justify;">The digitally signed files using P7S format has the mime-type <em>application/pkcs7-signed-data type</em>. Details about the standard regarding the creation of such structures are published on <a href="http://www.ietf.org/rfc/rfc3369.txt" target="_blank">RFC 3369</a>, standard initiated by RSA Security Data Inc.  </p>
<p style="text-align: justify;"><strong>P7S Viewer</strong> lets you view files signed by <strong>P7S Signer</strong> or other signature software.  </p>
<p style="text-align: center;"><img class="size-full wp-image-983 aligncenter" title="P7S Viewer" src="http://www.signfiles.com/resources/P7S-Viewer1.jpg" alt="" width="422" height="349" />  </p>
<p><strong>Requirements:</strong> </p>
<p>- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a> </p>
<p>- Windows XP or later </p>
<p><strong> </strong> </p>
<p><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>15 EUR</strong></span> </p>
<p><strong> </strong> </p>
<ul>
<li><a href="http://www.signfiles.com/apps/P7SViewer.msi">Download P7S Viewer Demo</a> (requires .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
</ul>
<h3 style="text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="5220318" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG_global.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
</h3>
<p style="text-align: center;"><strong><span style="color: #800000;">Buy online with PayPal</span></strong> </p>
<p><strong> </strong> </p>
<p><strong>Useful links:</strong> </p>
<ul>
<li><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></li>
<li><a href="http://www.signfiles.com/file-encryption/">File Encryptor</a></li>
<li><a href="http://www.signfiles.com/timestamping/">Timestamping Authority (TSA) </a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/p7s-signer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Signer</title>
		<link>http://www.signfiles.com/xml-signer/</link>
		<comments>http://www.signfiles.com/xml-signer/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 12:16:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=325</guid>
		<description><![CDATA[XML Signer main function is to sign XML documents (see: XML Digital Signature) using X.509 digital certificates. Using this product you can quickly sign multiple XML files (bulk sign) by selecting input and output directory. This is ideal for batch signing of large number of corporate XML documents rather than signing each one individually.
 
XML Signer [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>XML Signer</strong> main function is to sign XML documents (see: <a href="http://en.wikipedia.org/wiki/XML_Signature" target="_blank">XML Digital Signature</a>) using X.509 digital certificates. Using this product you can quickly sign multiple XML files (bulk sign) by selecting input and output directory. This is ideal for batch signing of large number of corporate XML documents rather than signing each one individually.</p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong>XML Signer</strong> allows you to sign XML documents without any need to purchase additional software. This dramatically reduces the Total Cost of Ownership (TCO).</p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-334" title="xml" src="http://www.signfiles.com/resources/xml.png" alt="" width="16" height="16" /> Interoperability</strong> &#8211; Signatures produced with XML Signer can be verified using standard XML Viewer.</p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-209" title="interoperability" src="http://www.signfiles.com/resources/interoperability.png" alt="" width="16" height="16" /> PKI Interoperability</strong> &#8211; XML Signer is completely PKI neutral and will work with PKI components from any vendor (this includes CAs, certificates, CRLs, smartcards, etc.).</p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-220" title="verification" src="http://www.signfiles.com/resources/verification.png" alt="" width="16" height="16" /> Standard Compliance</strong> &#8211; XML Signer signatures are compatible with ETSI TS 101 903 XML Advanced Electronic Signatures (XAdES / AdES) and XMLDSig format.</p>
<p style="text-align: center;"><img class="size-full wp-image-1001   aligncenter" title="XML Signer" src="http://www.signfiles.com/resources/XML-Signer1.jpg" alt="" width="457" height="250" /></p>
<p style="text-align: justify;"> <strong>Requirements:</strong>  </p>
<p>- An X.509 digital certificate (obtain one from <a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">here</a>)  </p>
<p>- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>  </p>
<p>- Windows XP or later</p>
<p><strong> </strong></p>
<p><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>25 EUR</strong></span></p>
<p><span style="color: #800000;"> </span></p>
<ul>
<li><a href="http://www.signfiles.com/apps/XMLSignerDemo.msi">Download XML Signer Demo 3.0</a> (requires .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
</ul>
<h3 style="text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="KBEW235PZT2ES" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG_global.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
</h3>
<p style="text-align: center;"><strong><span style="color: #800000;">Buy online with PayPal</span></strong></p>
<p><strong> </strong> </p>
<hr />
<h2>XML Signer Viewer</h2>
<p><strong> </strong></p>
<p><strong>XML Signer Viewer</strong> lets you view files signed by <strong>XML Signer</strong> or other signature software.</p>
<p style="text-align: center;"><img class="size-full wp-image-1002 aligncenter" title="XML Signer Viewer" src="http://www.signfiles.com/resources/XML-Signer-Viewer1.jpg" alt="" width="426" height="300" /></p>
<p style="text-align: left;"> <strong>Requirements:</strong></p>
<p>- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a></p>
<p>- Windows XP or later</p>
<p><strong> </strong></p>
<p><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>FREE</strong></span><span style="color: #800000;"> </span></p>
<p><strong> </strong></p>
<ul>
<li><a href="http://www.signfiles.com/apps/XMLSignerViewer.msi">Download XML Viewer 3.0</a> (requires .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
</ul>
<p><strong> </strong></p>
<p><strong>Useful links:</strong></p>
<ul>
<li><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></li>
<li><a href="http://www.signfiles.com/xml-encryption/">XML Encryptor</a></li>
<li><a href="http://www.signfiles.com/timestamping/">Timestamping Authority (TSA) </a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/xml-signer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X.509 Certificate Generator</title>
		<link>http://www.signfiles.com/x509-certificate-generator/</link>
		<comments>http://www.signfiles.com/x509-certificate-generator/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 11:41:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=289</guid>
		<description><![CDATA[The X.509 Certificate Generator is a multi purpose certificate utility. It can be used to generate X.509 certificates, export certificates in PFX format, preview certificates or change key usage extensions.
 
Certificates provide the foundation of a public key infrastructure (PKI). These are electronic credentials, issued by a certification authority (CA), that are associated with a public [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The <strong>X.509 Certificate Generator</strong> is a multi purpose certificate utility. It can be used to generate X.509 certificates, export certificates in PFX format, preview certificates or change key usage extensions.</p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">Certificates provide the foundation of a public key infrastructure (PKI). These are electronic credentials, issued by a certification authority (CA), that are associated with a public and private key pair.</p>
<p> </p>
<p>In an X.509 version 3 digital certificate, the following important certificate extensions can exist:</p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong>Key Usage</strong>. A CA, user, computer, network device, or service can have more than one certificate. The Key Usage extension defines the security services for which a certificate can be used. The options can be used in any combination and can include the following:</p>
<p style="text-align: justify;">-<em> Digital Signature</em>. The public key can be used to verify signatures. This key is also used for client authentication and data-origin validation.</p>
<p style="text-align: justify;">- <em>Non-Repudiation</em>. The public key can be used to validate the signer&#8217;s identity, preventing a signer from denying that he/she signed a package.</p>
<p style="text-align: justify;">- <em>Data Encipherment</em>. The public key can be used to directly encrypt data, rather than exchanging a symmetric key for data encryption.</p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong>Enhanced Key Usage</strong>. This extension indicates how a certificate&#8217;s public key can be used. The Enhanced Key Usage extension provides additional information beyond the general purposes defined in the Key Usage extension. For example, OIDs exist for <em>Client Authentication</em> (1.3.6.1.5.5.7.3.2), <em>Server Authentication</em> (1.3.6.1.5.5.7.3.1), and <em>Secure E-mail</em> (1.3.6.1.5.5.7.3.4). When a certificate is presented to an application, an application can require the presence of an Enhanced Key Usage OID specific to that application.</p>
<p style="text-align: center;"><img class="size-full wp-image-293 aligncenter" title="X509 Certificate Generator" src="http://www.signfiles.com/resources/X509-Certificate-Generator.jpg" alt="" width="422" height="506" /></p>
<p><strong>Requirements:</strong>  </p>
<p>- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>  </p>
<p>- Windows XP or later</p>
<p><span style="color: #800000;"> </span></p>
<p><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>25 EUR</strong></span></p>
<p><span style="color: #800000;"> </span></p>
<ul>
<li><a href="http://www.signfiles.com/apps/X509CertificateGenerator.msi">Download X509 Certificate Generator Demo</a> (requires .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
</ul>
<h3 style="text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="4523880" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG_global.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
</h3>
<p style="text-align: center;"><strong><span style="color: #800000;">Buy online with PayPal</span></strong></p>
<p style="text-align: left;"><strong>Useful links:</strong></p>
<ul>
<li><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></li>
<li><a href="http://www.signfiles.com/certificate-manager/">Certificate Manager</a></li>
<li>
<div style="text-align: justify;"><a href="http://www.signfiles.com/timestamping/">Time stamping Authority (TSA) </a></div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/x509-certificate-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XPS Signer</title>
		<link>http://www.signfiles.com/xps-signer/</link>
		<comments>http://www.signfiles.com/xps-signer/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 16:38:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=260</guid>
		<description><![CDATA[XPS Signer main function is to sign XPS documents (see: XML Paper Specification) using X.509 digital certificates. Using this product you can quickly sign multiple XPS files (bulk sign) by selecting input and output directory. This is ideal for batch signing of large number of corporate documents rather than signing each one individually. 
 
XPS Signer allows [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>XPS Signer</strong> main function is to sign XPS documents (see: <a href="http://www.ecma-international.org/memento/TC46.htm" target="_blank">XML Paper Specification</a>) using X.509 digital certificates. Using this product you can quickly sign multiple XPS files (bulk sign) by selecting input and output directory. This is ideal for batch signing of large number of corporate documents rather than signing each one individually. </p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong>XPS Signer</strong> allows you to sign XPS documents without any need to purchase additional software. This dramatically reduces the Total Cost of Ownership (TCO). </p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-219" title="appearance" src="http://www.signfiles.com/resources/appearance.png" alt="" width="16" height="16" /> Configurable Signature Behaviour</strong> &#8211; XPS Signer provides a fully configurable behaviour for its digital signatures. </p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong> <img title="verification" src="http://www.signfiles.com/resources/verification.png" alt="" width="16" height="16" /> Interoperability</strong> - Signatures produced with XPS Signer can be verified using standard XPS Viewers.</p>
<p style="text-align: justify;"><strong> </strong>  </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-209" title="interoperability" src="http://www.signfiles.com/resources/interoperability.png" alt="" width="16" height="16" /> PKI Interoperability</strong> &#8211; XPS Signer is completely PKI neutral and will work with PKI components from any vendor (this includes CAs, certificates, CRLs, smartcards, etc.). </p>
<p style="text-align: center;"><img class="size-full wp-image-261   aligncenter" title="XPSSigner" src="http://www.signfiles.com/resources/XPSSigner.jpg" alt="" width="457" height="361" />  </p>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong>Requirements:</strong>  </p>
<p style="text-align: justify;">- An X.509 digital certificate (obtain one from <a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">here</a>)  </p>
<p style="text-align: justify;">- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>  </p>
<p style="text-align: justify;">- Windows XP or later  </p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>25 EUR</strong></span>  </p>
<p><span style="color: #800000;"> </span>  </p>
<ul>
<li><a href="http://www.signfiles.com/apps/XPSSignerDemo.msi">Download XPS Signer Demo 2.5</a> (requires .NET Framework 3.5 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=333325FD-AE52-4E35-B531-508D977D32A6&amp;displaylang=en" target="_blank">here</a>)</li>
</ul>
<p style="text-align: justify;">
<h3 style="text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="4796477" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG_global.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
</h3>
<p style="text-align: center;"><strong><span style="color: #800000;">Buy online with PayPal</span></strong>  </p>
<p style="text-align: left;"><strong>Useful links:</strong>  </p>
<ul>
<li><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></li>
<li><a href="http://www.signfiles.com/x509-certificate-generator/">X509 Certificate Generator</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/xps-signer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDF Signer Server</title>
		<link>http://www.signfiles.com/pdf-signer-server/</link>
		<comments>http://www.signfiles.com/pdf-signer-server/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 15:42:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=230</guid>
		<description><![CDATA[The main function of PDF Signer Server is to sign PDF documents using X.509 digital certificates. Using this product you can quickly sign multiple PDF files (bulk sign) by selecting input and output directory. This is ideal for bulk signing of large number of corporate documents rather than signing each one individually.  
   
PDF Signer Server allows you to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.signfiles.com/resources/invoice_signing.png"></a>The main function of <strong>PDF Signer Server</strong> is to sign PDF documents using X.509 digital certificates. Using this product you can quickly sign multiple PDF files (bulk sign) by selecting input and output directory. This is ideal for bulk signing of large number of corporate documents rather than signing each one individually.  </p>
<p style="text-align: justify;"><strong> </strong>  </p>
<p style="text-align: justify;"><strong>PDF Signer Server</strong> allows you to sign PDF documents without any need to purchase full Adobe Acrobat license. This dramatically reduces the Total Cost of Ownership (TCO).  </p>
<p style="text-align: justify;"><strong> </strong>  </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-220" title="verification" src="http://www.signfiles.com/resources/verification.png" alt="" width="16" height="16" /> Signature Verification</strong> &#8211; Verify digitial signatures within your PDFs by simply clicking them. The validation results are provided in both summary and detailed manner consistent with Adobe Reader 7.0+.  </p>
<p style="text-align: justify;"><strong> </strong>  </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-219" title="appearance" src="http://www.signfiles.com/resources/appearance.png" alt="" width="16" height="16" /> Configurable Signature Appearance</strong> &#8211; PDF Signer Server provides a fully configurable appearance for its digital signatures. The positioning of the signature appearance is configurable, plus on which pages of the document it should appear (first page, last page or all pages).  </p>
<p style="text-align: justify;"><strong> </strong>  </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-217" title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /> Interoperability</strong> &#8211; Signatures produced with PDF Signer Server can be verified using standard Adobe Reader 7.0+  </p>
<p style="text-align: justify;"><strong> </strong>  </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-209" title="interoperability" src="http://www.signfiles.com/resources/interoperability.png" alt="" width="16" height="16" /> PKI Interoperability</strong> &#8211; PDF Signer Server is completely PKI neutral and it will work with PKI components from any vendor (this includes CAs, certificates, CRLs, smartcards, etc.).  </p>
<p style="text-align: justify;"><strong> </strong>  </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-207" title="timestamping" src="http://www.signfiles.com/resources/timestamping.png" alt="" width="16" height="16" /> Timestamping</strong> &#8211; Like signatures, timestamps are easier to verify when they&#8217;re associated with a timestamp authority&#8217;s trusted certificate. Including a timestamp helps to prove that the document wasn&#8217;t changed after you had signed it and it reduces the chances of an invalid signature.  </p>
<p style="text-align: justify;"><strong> </strong>  </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-211" title="long_term" src="http://www.signfiles.com/resources/long_term.png" alt="" width="16" height="16" /> Long-term validation purposes</strong> &#8211; Using our software you can sign and timestamp PDF documents for long-term validation purposes. PDF Signer Server supports advanced digital signatures which include embedded <strong>RFC 3161 compliant</strong> secure timestamps. Such signatures can be verified even after the signer&#8217;s certificate expires or is revoked.  </p>
<p style="text-align: justify;"><strong> </strong>  </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-215" title="sha2" src="http://www.signfiles.com/resources/sha2.png" alt="" width="16" height="16" /> SHA-2 hash function</strong> &#8211; Our software may sign PDF documents using <strong>SHA-256</strong>, <strong>SHA-512</strong> hash algorithm and <strong>RSA 2048 or higher</strong> key length according to ETSI TS 102 176-1 V2.0.0 (&#8220;ALGO Paper&#8221;).  </p>
<p style="text-align: justify;"><strong> </strong>  </p>
<p style="text-align: justify;"><strong><strong><img title="invoice_signing" src="http://www.signfiles.com/resources/invoice_signing.png" alt="" width="16" height="16" /> </strong>Invoice signing</strong> &#8211; PDF Signer Server allows organizations to digitally sign and process large numbers of invoices. EU VAT Directive requires that: <em>“Invoices sent by electronic means shall be accepted by Member States provided that the authenticity of the origin and integrity of the contents are guaranteed”</em>. The only standard and interoperable way of doing this is to use digital signatures and in general EU member states require that a qualified electronic signature is used to confirm the identity of the originator.  </p>
<p style="text-align: justify;"><strong> </strong>  </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-205" title="certify" src="http://www.signfiles.com/resources/certify.gif" alt="" width="13" height="16" /> Certify your documents </strong>- When you certify a PDF, you indicate that you approve of its contents.  </p>
<p style="text-align: center;"><img class="size-full wp-image-237 aligncenter" title="PDF Signer Server" src="http://www.signfiles.com/resources/PDFSignerServer.jpg" alt="" width="557" height="259" />  </p>
<p style="text-align: justify;"><strong>Requirements:</strong>  </p>
<p style="text-align: justify;">- An X.509 digital certificate (obtain one from <a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">here</a>)  </p>
<p style="text-align: justify;">- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>  </p>
<p style="text-align: justify;">- Windows XP or later  </p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>65</strong> <strong>EUR</strong></span><span style="color: #800000;">  (old price <strong><span style="text-decoration: line-through;">90 EUR</span></strong> - limited offer)</span></p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"> <strong><span style="color: #800000;">What you will also get if you purchase PDF Signer Server</span></strong></p>
<p><span style="color: #800000;">- An X.509 Personal Digital Certificate with <strong>one year validity</strong></span></p>
<p><span style="color: #800000;"><strong>- </strong>Full access to the time stamping server at no extra cost</span></p>
<p><span style="color: #800000;"> </span></p>
<ul>
<li><a href="http://www.signfiles.com/apps/PDFSignerServerDemo.msi">Download PDF Signer Server Demo 4.0</a> (requires .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)</li>
<li><a href="http://www.signfiles.com/manuals/PDFSignerServerManual.pdf" target="_blank">PDF Signer Server User Manual</a> <img class="alignnone size-full wp-image-217" title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></li>
</ul>
<h3 style="text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="6330421" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG_global.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
</h3>
<p style="text-align: center;"><strong><span style="color: #800000;">Buy online with PayPal</span></strong>  </p>
<p style="text-align: left;"><strong> </strong> </p>
<p style="text-align: left;"><strong>More screenshots:</strong></p>
<p style="text-align: left;"><strong> </strong> 
<a href='http://www.signfiles.com/pdf-signer-server/pdfsignerserver/' title='PDF Signer Server'><img width="100" height="100" src="http://www.signfiles.com/resources/PDFSignerServer-150x150.jpg" class="attachment-thumbnail" alt="" title="PDF Signer Server" /></a>
<a href='http://www.signfiles.com/pdf-signer-server/pdfsignerserverfolders/' title='PDFSignerServerFolders'><img width="100" height="100" src="http://www.signfiles.com/resources/PDFSignerServerFolders-150x150.jpg" class="attachment-thumbnail" alt="" title="PDFSignerServerFolders" /></a>
<a href='http://www.signfiles.com/pdf-signer-server/pdfsignerserverposition/' title='PDFSignerServerPosition'><img width="100" height="100" src="http://www.signfiles.com/resources/PDFSignerServerPosition-150x150.jpg" class="attachment-thumbnail" alt="" title="PDFSignerServerPosition" /></a>
<a href='http://www.signfiles.com/pdf-signer-server/pdfsignerserverlocalization/' title='PDFSignerServerLocalization'><img width="100" height="100" src="http://www.signfiles.com/resources/PDFSignerServerLocalization-150x150.jpg" class="attachment-thumbnail" alt="" title="PDFSignerServerLocalization" /></a>
<a href='http://www.signfiles.com/pdf-signer-server/pdfsignerserversigning/' title='PDFSignerServerSigning'><img width="100" height="100" src="http://www.signfiles.com/resources/PDFSignerServerSigning-150x150.jpg" class="attachment-thumbnail" alt="" title="PDFSignerServerSigning" /></a>
<a href='http://www.signfiles.com/pdf-signer-server/pdfsignerservertimestamping/' title='PDFSignerServerTimestamping'><img width="100" height="100" src="http://www.signfiles.com/resources/PDFSignerServerTimestamping-150x150.jpg" class="attachment-thumbnail" alt="" title="PDFSignerServerTimestamping" /></a>
<a href='http://www.signfiles.com/pdf-signer-server/pdfsignerserverlog/' title='PDFSignerServerLog'><img width="100" height="100" src="http://www.signfiles.com/resources/PDFSignerServerLog-150x150.jpg" class="attachment-thumbnail" alt="" title="PDFSignerServerLog" /></a>
<a href='http://www.signfiles.com/pdf-signer-server/pdfsignerserveremail/' title='PDFSignerServerEmail'><img width="100" height="100" src="http://www.signfiles.com/resources/PDFSignerServerEmail-150x150.jpg" class="attachment-thumbnail" alt="" title="PDFSignerServerEmail" /></a>
</p>
<p style="text-align: left;"><strong>Useful links:</strong>  </p>
<ul>
<li>
<div style="text-align: left;"><a href="http://www.signfiles.com/manuals/ValidatingDigitalSignaturesInAdobe.pdf" target="_blank">Validating digital signatures in Adobe</a> <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></div>
</li>
<li>
<div style="text-align: left;"><a href="http://www.signfiles.com/manuals/UsingSHA512Algorithm.pdf" target="_blank">Using SHA-512 algorithm for digital signatures</a> <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></div>
</li>
<li>
<div style="text-align: left;"><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></div>
</li>
<li>
<div style="text-align: left;"><a href="http://www.signfiles.com/timestamping/">Timestamping Authority (TSA)</a></div>
</li>
<li>
<div style="text-align: left;"><a href="http://www.signfiles.com/pdf-sign-library/">PDFSignDll SDK</a> (for developers)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/pdf-signer-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDF Signer</title>
		<link>http://www.signfiles.com/pdf-signer/</link>
		<comments>http://www.signfiles.com/pdf-signer/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 13:27:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.signfiles.com/blog/?p=158</guid>
		<description><![CDATA[The main function of PDF Signer is to sign PDF documents using X.509 digital certificates. Using this product you can quickly sign multiple PDF files (bulk sign) by selecting input and output directory. This is ideal for bulk signing of a large number of corporate documents rather than signing each one individually. 
  
PDF Signer allows you to sign [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.signfiles.com/resources/invoice_signing.png"></a>The main function of <strong>PDF Signer</strong> is to sign PDF documents using X.509 digital certificates. Using this product you can quickly sign multiple PDF files (bulk sign) by selecting input and output directory. This is ideal for bulk signing of a large number of corporate documents rather than signing each one individually. </p>
<p style="text-align: justify;"><strong> </strong> </p>
<p style="text-align: justify;"><strong>PDF Signer</strong> allows you to sign PDF documents without any need to purchase full Adobe Acrobat license. This dramatically reduces the Total Cost of Ownership (TCO). </p>
<p style="text-align: justify;"><strong> </strong> </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-220" title="verification" src="http://www.signfiles.com/resources/verification.png" alt="" width="16" height="16" /> Signature Verification</strong> &#8211; Verify digitial signatures within your PDFs by simply clicking them. The validation results are provided in both summary and detailed manner consistent with Adobe Reader 7.0+. </p>
<p style="text-align: justify;"><strong> </strong> </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-219" title="appearance" src="http://www.signfiles.com/resources/appearance.png" alt="" width="16" height="16" /> Configurable Signature Appearance</strong> &#8211; PDF Signer provides a fully configurable appearance for its digital signatures. The positioning of the signature appearance is configurable, plus on which pages of the document it should appear (first page, last page or all pages). </p>
<p style="text-align: justify;"><strong> </strong> </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-217" title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /> Interoperability</strong> &#8211; Signatures produced with PDF Signer can be verified using standard Adobe Reader 7.0+ </p>
<p style="text-align: justify;"><strong> </strong> </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-209" title="interoperability" src="http://www.signfiles.com/resources/interoperability.png" alt="" width="16" height="16" /> PKI Interoperability</strong> &#8211; PDF Signer is completely PKI neutral and will work with PKI components from any vendor (this includes CAs, certificates, CRLs, smartcards, etc.). </p>
<p style="text-align: justify;"><strong> </strong> </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-207" title="timestamping" src="http://www.signfiles.com/resources/timestamping.png" alt="" width="16" height="16" /> Timestamping</strong> &#8211; Like signatures, timestamps are easier to verify when they&#8217;re associated with a timestamp authority&#8217;s trusted certificate. Including a timestamp helps to prove that the document wasn&#8217;t changed after you had signed it and it reduces the chances of an invalid signature. </p>
<p style="text-align: justify;"><strong> </strong> </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-211" title="long_term" src="http://www.signfiles.com/resources/long_term.png" alt="" width="16" height="16" /> Long-term validation purposes</strong> &#8211; Using our software you can sign and timestamp PDF documents for long-term validation purposes. PDF Signer supports advanced digital signatures which include embedded <strong>RFC 3161 compliant</strong> secure timestamps. Such signatures can be verified even after the signer&#8217;s certificate expires or is revoked. </p>
<p style="text-align: justify;"><strong> </strong> </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-215" title="sha2" src="http://www.signfiles.com/resources/sha2.png" alt="" width="16" height="16" /> SHA-2 hash function</strong> &#8211; Our software may sign PDF documents using <strong>SHA-256</strong>, <strong>SHA-512</strong> hash algorithm and <strong>RSA 2048 or higher</strong> key length according to ETSI TS 102 176-1 V2.0.0 (&#8220;ALGO Paper&#8221;). </p>
<p style="text-align: justify;"><strong> </strong> </p>
<p style="text-align: justify;"><strong><strong><img title="invoice_signing" src="http://www.signfiles.com/resources/invoice_signing.png" alt="" width="16" height="16" /> </strong>Invoice signing</strong> &#8211; PDF Signer allows organizations to digitally sign and process large numbers of invoices. EU VAT Directive requires that: <em>“Invoices sent by electronic means shall be accepted by Member States provided that the authenticity of the origin and integrity of the contents are guaranteed”</em>. The only standard and interoperable way of doing this is to use digital signatures and in general EU member states require that a qualified electronic signature is used to confirm the identity of the originator. </p>
<p style="text-align: justify;"><strong> </strong> </p>
<p style="text-align: justify;"><strong><img class="alignnone size-full wp-image-205" title="certify" src="http://www.signfiles.com/resources/certify.gif" alt="" width="13" height="16" /> Certify your documents </strong>- When you certify a PDF, you indicate that you approve of its contents. </p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-1165" title="PDFSigner5.5" src="http://www.signfiles.com/resources/PDFSigner5.5.jpg" alt="" width="462" height="510" />  </p>
<p style="text-align: justify;"><strong>Requirements:</strong> </p>
<p style="text-align: justify;">- An X.509 digital certificate (obtain one from <a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">here</a>) </p>
<p style="text-align: justify;">- .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a> </p>
<p style="text-align: justify;">- Windows XP or later </p>
<p style="text-align: justify;"> </p>
<p><img class="alignnone size-full wp-image-124" title="arrow" src="http://www.signfiles.com/resources/arrow.gif" alt="" width="8" height="11" /> <span style="color: #800000;">Product price: <strong>25 EUR </strong></span> <span style="color: #800000;">(old price <strong><span style="text-decoration: line-through;">45 EUR</span></strong> - limited offer)</span></p>
<p><span style="color: #800000;"><strong></strong> </span></p>
<p><strong><span style="color: #800000;">What you will also get if you purchase PDF Signer</span></strong></p>
<p><span style="color: #800000;">- An X.509 Personal Digital Certificate with <strong>one year validity</strong></span></p>
<p><span style="color: #800000;"><strong>- </strong>Full access to the time stamping server at no extra cost</span></p>
<p><span style="color: #800000;"> </span> </p>
<div style="text-align: justify;">
<ul>
<li><a href="http://www.signfiles.com/apps/PDFSignerDemo.msi">Download PDF Signer Demo 5.5</a> (requires .NET Framework 2.0 available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">here</a>)<span style="color: #800000;"><br />
</span></li>
</ul>
</div>
<h3 style="text-align: center;">
<form action="https://www.paypal.com/cgi-bin/webscr" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="3849504" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG_global.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
</h3>
<p style="text-align: center;"><strong><span style="color: #800000;">Buy online with PayPal</span></strong> </p>
<p style="text-align: left;"><strong>Useful links:</strong> </p>
<ul>
<li>
<div style="text-align: left;"><a href="http://www.ca-soft.com/PDFSign.aspx" target="_blank">Online PDF Signer</a></div>
</li>
<li>
<div style="text-align: left;"><a href="http://www.signfiles.com/pdf-sign-library/">PDFSignDll SDK</a> (for developers)</div>
</li>
<li>
<div style="text-align: left;"><a href="http://www.ca-soft.com/userEnroll.aspx" target="_blank">Obtain a free digital certificate</a></div>
</li>
<li>
<div style="text-align: left;"><a href="http://www.signfiles.com/timestamping/">Timestamping Authority (TSA)</a> </div>
</li>
</ul>
<p style="text-align: left;"> </p>
<ul>
<li><a href="http://www.signfiles.com/manuals/ValidatingDigitalSignaturesInAdobe.pdf" target="_blank">Validating digital signatures in Adobe</a> <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></li>
<li>
<div><a href="http://www.signfiles.com/manuals/UsingSHA512Algorithm.pdf" target="_blank">Using SHA-512 algorithm for digital signatures</a> <img title="pdf" src="http://www.signfiles.com/resources/pdf.png" alt="" width="16" height="16" /></div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.signfiles.com/pdf-signer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
