<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Digital Signature Software</title>
	<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>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Adding PDF Encryption using PDFSignDll SDK</title>
		<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>
		<link>http://www.signfiles.com/adding-pdf-encryption/</link>
			</item>
	<item>
		<title>Help Center</title>
		<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>
		<link>http://www.signfiles.com/help-center/</link>
			</item>
	<item>
		<title>Certification Authority</title>
		<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>
		<link>http://www.signfiles.com/certification-authority/</link>
			</item>
	<item>
		<title>Downloads</title>
		<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>
		<link>http://www.signfiles.com/downloads/</link>
			</item>
	<item>
		<title>All Products</title>
		<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>
		<link>http://www.signfiles.com/all-products/</link>
			</item>
	<item>
		<title>PDFSignDll for .NET Framework 2.0 Code Example</title>
		<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>
		<link>http://www.signfiles.com/pdf-sign-library-code-example/</link>
			</item>
	<item>
		<title>PDFSignDll for .NET Framework 2.0 SDK</title>
		<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>
		<link>http://www.signfiles.com/pdf-sign-library/</link>
			</item>
	<item>
		<title>Our Clients</title>
		<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>
		<link>http://www.signfiles.com/our-clients/</link>
			</item>
	<item>
		<title>File Encryption</title>
		<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>
		<link>http://www.signfiles.com/file-encryption/</link>
			</item>
	<item>
		<title>XML Encryption</title>
		<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>
		<link>http://www.signfiles.com/xml-encryption/</link>
			</item>
	<item>
		<title>PDF Encryption</title>
		<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>
		<link>http://www.signfiles.com/pdf-encryption/</link>
			</item>
	<item>
		<title>HTML Form Filler</title>
		<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>
		<link>http://www.signfiles.com/html-form-filler/</link>
			</item>
	<item>
		<title>Certificate Manager</title>
		<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>
		<link>http://www.signfiles.com/certificate-manager/</link>
			</item>
	<item>
		<title>Time Synchronizer</title>
		<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>
		<link>http://www.signfiles.com/time-synchronizer/</link>
			</item>
	<item>
		<title>P7S Signer</title>
		<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>
		<link>http://www.signfiles.com/p7s-signer/</link>
			</item>
	<item>
		<title>XML Signer</title>
		<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>
		<link>http://www.signfiles.com/xml-signer/</link>
			</item>
	<item>
		<title>X.509 Certificate Generator</title>
		<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>
		<link>http://www.signfiles.com/x509-certificate-generator/</link>
			</item>
	<item>
		<title>XPS Signer</title>
		<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>
		<link>http://www.signfiles.com/xps-signer/</link>
			</item>
	<item>
		<title>PDF Signer Server</title>
		<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>
		<link>http://www.signfiles.com/pdf-signer-server/</link>
			</item>
	<item>
		<title>PDF Signer</title>
		<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>
		<link>http://www.signfiles.com/pdf-signer/</link>
			</item>
</channel>
</rss>
