Python implementation of the RFC3161 specification, using pyasn1
Project description
A simple client library for cryptographic timestamping service implementing the protocol from RFC3161.
This started as a fork of https://dev.entrouvert.org/projects/python-rfc3161 and has some additional patches such as Python3 support.
Example
>>> 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(_, data='John Doe') (True, '') >>> rfc3161.get_timestamp(tst) datetime.datetime(2014, 4, 25, 9, 34, 16)
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
rfc3161ng-2.0.1.tar.gz
(14.4 kB
view hashes)
Built Distribution
Close
Hashes for rfc3161ng-2.0.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ed22f42e7a6a559682c1dc841101871ac45bfa2fac2d76bf7df1bc9081a7617 |
|
MD5 | e8c0b91db27fe4a589abef310a67ffe6 |
|
BLAKE2b-256 | 855d654c79a9a8f56bb525e77a15367ac7698b762780cfefc82a42a92ea69680 |