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)
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(10.8 kB
view details)
File details
Details for the file rfc3161-1.0.1.tar.gz
.
File metadata
- Download URL: rfc3161-1.0.1.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 980a46ed5f3f1467536db3f9702153e3dfffd95f4ee2aef8b20fd53243c363a5 |
|
MD5 | f4b504a86c5b9d03db3df4d369d4068e |
|
BLAKE2b-256 | fa338cf0e850c925b07d5add72ddd51f0ba1d5eb803cff0bd6f2779962d34ca4 |