I am looking for solution to implement kill cord without necessity to rely on any trusted server.
The simplest workflow I can imagine:
- Generate a contract based on one argument
secret
- Deploy of the contract with one argument
checkin-period
- If I failed to check in during
checkin-period
anybody can call this contract and reveal thesecret
on the blockchain.
Using this ability, I can use any medium of communication with trusted parties to give them some encrypted payload, which they will be able to decrypt in case of my inaccessibility.
Can NuCpyher help with this?