Skip to content
/ zenstamp Public

Self contained server, producing an ECDSA signed unix timestamp

License

Notifications You must be signed in to change notification settings

dyne/zenstamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Zenstamp

A Self contained server, producing an ECDSA signed unix timestamp

How to use:

Just download the zenstamp.sh installer and run it. The server will create two endpoints:

In both the endpoints, the ECDSA signatures are produced locally, using a unique keypair that is produced via an API during the installation.

What you get:

The endpoints will produce something like this:

 {
  "public_key": "BMyBq3hjJUgFDRRtClhq4Ejw14nBdHfTcKgzml43INfNEBrGfEP3uKqSc/DELzQS7m2SroH7umbFgHlziqu41d8=",
  "timestamp": 1620059840,
  "timestamp.signature": {
    "r": "oAr0Qsa/LGh/D1WSwY7QwotrJZudi/x/0ydwtPtZNWE=",
    "s": "ZwVS8AJt2jXXnN0wi0db54sliaaUqbKJBxCb6Qhtztw="
  }
} 

Requirements:

  • GNU/Linux
  • Node 12

Acknowledgement

Zenstamp uses Restroom-mw and Zenroom, and is copyrght of Dyne.org

About

Self contained server, producing an ECDSA signed unix timestamp

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages