https://github.com/kstrauser/timevouch
GUI and module for interacting with the public timestamping service at TimeVouch.com
https://github.com/kstrauser/timevouch
Last synced: 23 days ago
JSON representation
GUI and module for interacting with the public timestamping service at TimeVouch.com
- Host: GitHub
- URL: https://github.com/kstrauser/timevouch
- Owner: kstrauser
- Created: 2011-03-08T23:50:29.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-09T02:53:04.000Z (over 15 years ago)
- Last Synced: 2026-01-13T03:41:08.751Z (6 months ago)
- Language: Python
- Homepage: http://timevouch.com/
- Size: 97.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
TimeVouch.com is a public timestamping service. Users can "register" the
contents of files with the service, and then later use the service to prove
that the files existed at the time of registration and haven't been altered.
The timevouch project is a MIT-licensed interface to those services. It
consists of:
* timevouchclient.py, a client library which can be used to easily add
timestamping features to other applications, and
* timevouchgui.py, a simple Qt GUI for registering and verifying files.
Both this project and the TimeVouch.com website are under active
development. However, the underlying service and its API are solid and
production-ready right now, even if the site's appearance is still in
flux. The service is considered "live" and fully ready for use, so please
feel free to get in at the beginning!