FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Electronic documents digitaly signed - best soltution ?
Posts: 838
Joined: Fri Feb 10, 2006 12:14 PM
Electronic documents digitaly signed - best soltution ?
Posted: Mon Dec 17, 2007 04:18 PM

We want to produce electronic documents PDF format but with digital signature.
We use the Crw 11 to produce the PDf file.

What are the available solutions to digitaly sign documents ?

Antonio

Regards

Antonio H Ferreira
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Electronic documents digitaly signed - best soltution ?
Posted: Tue Dec 18, 2007 12:59 AM

Antonio,

You may use FWH function nFileCRC( cFileName ) --> nCRC to calculate the checksum of a file

If the file is modified, the CRC will be different

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Electronic documents digitaly signed - best soltution ?
Posted: Tue Dec 18, 2007 01:26 AM

There is a good discussion of digital certification and digital signatures here:

http://www.adobe.com/products/pdfs/Adob ... uide-c.pdf

And there are more white papers on the topics here:

http://www.adobe.com/security/digsig.html

This is an issue that we are all going to need to deal with sooner or later.

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 838
Joined: Fri Feb 10, 2006 12:14 PM
Electronic documents digitaly signed - best soltution ?
Posted: Tue Dec 18, 2007 07:06 PM

Antonio,

That function it's not enough as we need a digital signature in order to issue electronic documents accordingly to the actual law to replace the paper work.

We are obliged to signed and time stamp all electronic documents.

James,

I agree with you, for us it already a need because many clients want already to work only with these kind of documents.
Together with the E.D. we must also produce xml documents acc to each client defined format in order to be integrated directy and automatic in their own ERP systems.

To work with xml documents xHarbour seems to have quite good functions however regarding digital certofacation nothing seems to be done yet.

Thanks both for your comments.

Antonio

Regards

Antonio H Ferreira
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Electronic documents digitaly signed - best soltution ?
Posted: Tue Dec 18, 2007 08:01 PM

>To work with xml documents xHarbour seems to have quite good functions however regarding digital certofacation nothing seems to be done yet.

I think you are going to have to do this with a PDF print driver that has an SDK. I know Adobe Acrobat can handle this but it is probably the most expensive solution.

For more PDF print driver options, go here:

www.planetpdf.com

Almost any solution you find is going to require that you purchase a license for each copy of software that you distribute.

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion