Skip to main content

Python implementation of the RFC3161 specification, using pyasn1

Project description

rfc3161

A simple client library for cryptographic timestamping service implementing the protocol from RFC3161.

>>> import rfc3161
>>> certificate = file('data/certum_certificate.crt').read()
>>> rt = rfc3161.RemoteTimestamper('http://time.certum.pl', certificate=certificate)
>>> rt.timestamp(data='John Doe')
('...', '')
>>> rt.check(tst, data='John Doe')
(True, '')
>>> rfc3161.get_timestamp(tst)
datetime.datetime(2014, 4, 25, 9, 34, 16)

Authors

Benjamin Dauvergne <bdauvergne@entrouvert.com> Michael Gebetsroither <michael@mgeb.org>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rfc3161-1.0.3.tar.gz (10.7 kB view details)

Uploaded Source

File details

Details for the file rfc3161-1.0.3.tar.gz.

File metadata

  • Download URL: rfc3161-1.0.3.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rfc3161-1.0.3.tar.gz
Algorithm Hash digest
SHA256 fe281fe7be147bf832794d0d7b4d2746a5c10437ecd7c84b9dcdc2f5eccbf5cd
MD5 c0c26a15165a3000bedb9596946edbb1
BLAKE2b-256 9af4f5326a19d7f57ba2bced187b9b65a05c9a8f47b2d9c8ec2e78ad5c2bd8f9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page