sign and timestamp PDF files

View: New views
2 Messages — Rating Filter:   Alert me  

sign and timestamp PDF files

by GuTyKa :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

Is there a way to achieve signing and timestamping PDF files with Cryptlib or
with the aid of Crytplib?

Thank you!

Regards,
GuTyKa


_______________________________________________
Cryptlib mailing list
Cryptlib@... via Mail: cryptlib-request@...
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.

Re: sign and timestamp PDF files

by Peter Gutmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

GuTyKa <gutyka@...> writes:

>Is there a way to achieve signing and timestamping PDF files with Cryptlib or
>with the aid of Crytplib?

PDF signatures use standard PKCS #7/SMIME signatures, so all you need to do is
embed a cryptlib detached signature in a PDF file.  cryptlib handles all of
the crypto, but you'll need to write your own code to process the PDF file.

Peter.

_______________________________________________
Cryptlib mailing list
Cryptlib@... via Mail: cryptlib-request@...
Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/
http://news.gmane.org/gmane.comp.encryption.cryptlib
Posts from non-subscribed addresses are blocked to prevent spam, please
subscribe in order to post messages.