-
Notifications
You must be signed in to change notification settings - Fork 0
pricez/rfc3161
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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(_, data='John Doe') (True, '') >>> rfc3161.get_timestamp(tst) datetime.datetime(2014, 4, 25, 9, 34, 16) Authors ======= Benjamin Dauvergne <[email protected]> Michael Gebetsroither <[email protected]> This project is a fork of their work at https://dev.entrouvert.org/projects/python-rfc3161
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published