UnquietCode / runbook.py

a tool for defining repeatable processes in code
Apache License 2.0
13 stars 4 forks source link

cryptographic signatures for completed steps #10

Open UnquietCode opened 5 years ago

UnquietCode commented 5 years ago

attach cryptographic signatures to completed steps in the log file to make enhanced verification possible

UnquietCode commented 5 years ago

Essentially a mini blockchain of this_hash := hash(this_step, last_hash).