Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16808
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!feed.xsnews.nl!border-1.ams.xsnews.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <alec.taylor6@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.015 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'app,': 0.07; 'python': 0.08; 'url:pypi': 0.08; 'to:addr:comp.lang.python': 0.09; 'api': 0.09; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'timestamp': 0.16; 'tool:': 0.16; 'cc:addr:python-list': 0.16; '(i.e.': 0.17; 'wrote:': 0.18; 'file)': 0.18; 'integrate': 0.18; 'cc:no real name:2**0': 0.20; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.24; 'command': 0.24; 'mode': 0.25; 'url:mailman': 0.28; 'separate': 0.28; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'pm,': 0.29; 'marco': 0.30; 'version': 0.32; 'hi,': 0.32; 'thu,': 0.32; 'url:listinfo': 0.32; 'apply': 0.35; 'url:python': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; 'url:org': 0.39; 'received:209': 0.40; '2011': 0.61; 'url:3': 0.67; 'url:0': 0.67; 'compliant': 0.67; 'soon.': 0.71; 'online': 0.71; 'issued': 0.77; 'patient,': 0.84; 'subject:PDF': 0.84; 'timestamps,': 0.84; 'accredited': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=09/nKbQQbBWXIcq5Nuv7hBFZvhpJAjfDlZjDXl3qSjc=; b=xm3eTQxjdQlV0DfCDNSDlzvqOW7Ep5NpgM1gq3lCXYVg5O3YV8IESYyQfGfx+0yOkr hCu4BpIopqPZdNn+rU1CPcVbsMDMEMPxfuGQGEfT/bRdZvbntBCQgJf5VLt9Ctdr6MvA ZzBW68+caOwmk7iM3U6FaFXeFX9PuraH/dC9c= |
| MIME-Version | 1.0 |
| In-Reply-To | <29302724.405.1323329960258.JavaMail.geo-discussion-forums@vbjs5> |
| References | <mailman.3383.1323287063.27778.python-list@python.org> <29302724.405.1323329960258.JavaMail.geo-discussion-forums@vbjs5> |
| Date | Thu, 8 Dec 2011 18:42:47 +1100 |
| Subject | Re: Insert trusted timestamp to PDF |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| To | comp.lang.python@googlegroups.com |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3396.1323330171.27778.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1323330171 news.xs4all.nl 6869 [2001:888:2000:d::a6]:43276 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:16808 |
Show key headers only | View raw
Or the python implementation of that RFC: http://pypi.python.org/pypi/rfc3161/0.1.3 On Thu, Dec 8, 2011 at 6:39 PM, <marco.rucci@gmail.com> wrote: > Hi, take a look at this online tool: http://easytimestamping.com > > It is able to apply RFC3161 compliant trusted timestamps, issued by accredited Certification Authorities. > > The timestamp is applied to the pdf in detached mode (i.e. as a separate .tsr file) > > If you need to integrate the timestamping process in a python app, be patient, we will release an API and a command line version very soon. > > -- > Marco Rucci > securo.it > -- > http://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Insert trusted timestamp to PDF Hegedüs, Ervin <airween@gmail.com> - 2011-12-07 20:41 +0100
Re: Insert trusted timestamp to PDF Irmen de Jong <irmen@-NOSPAM-xs4all.nl> - 2011-12-07 20:59 +0100
Re: Insert trusted timestamp to PDF Hegedüs, Ervin <airween@gmail.com> - 2011-12-08 06:09 +0100
Re: Insert trusted timestamp to PDF Alec Taylor <alec.taylor6@gmail.com> - 2011-12-08 16:28 +1100
Re: Insert trusted timestamp to PDF Hegedüs, Ervin <airween@gmail.com> - 2011-12-08 08:06 +0100
Re: Insert trusted timestamp to PDF marco.rucci@gmail.com - 2011-12-07 23:39 -0800
Re: Insert trusted timestamp to PDF Alec Taylor <alec.taylor6@gmail.com> - 2011-12-08 18:42 +1100
Re: Insert trusted timestamp to PDF Hegedüs, Ervin <airween@gmail.com> - 2011-12-08 08:59 +0100
Re: Insert trusted timestamp to PDF marco.rucci@gmail.com - 2011-12-08 03:02 -0800
Re: Insert trusted timestamp to PDF marco.rucci@gmail.com - 2011-12-08 03:02 -0800
Re: Insert trusted timestamp to PDF marco.rucci@gmail.com - 2011-12-07 23:39 -0800
csiph-web