let4be
October 6, 2023, 12:43pm
1
Is there any verified and secure service on ICP that implements the subject?
if a certain Internet Identity isn’t active for N days send an email
if it continues to be inactive - transfer control of said internet identity to a pubkey
should be implemented in a tamperproof way(new canister with blackhole owner?)
should have reputable security audit
1 Like
Have you looked into drand ? Maybe IC’s HTTPS outcalls to call their API?
1 Like
Take a look at this bounty
Hello hackers and bounty hunters,
In time for the publication of the mock API for vetKeys and the associated community conversation , we’ll open a couple of bounties to get you acquainted with the API and its many applications before the actual implementation will be available on the IC.
Interested? Please read on…
Overview
Status: Closed
Project Type: Cooperative/Contest - Multiple workers can submit work, and the bounty is shared
Time Commitment: Days
Experience Level: Intermediate/Advanc…
1 Like
let4be
October 7, 2023, 2:02pm
4
How exactly is distributed prng related to dead man’s switch?
Drand provides time-lock encryption, for which a dead man’s switch is one of its use cases.
fxgst
October 9, 2023, 7:59am
6
Hi, there is dApp Man’s Switch built on the IC, which came out of a hackathon 2 years ago. It is in Alpha though, so use it at your own risk and do not publish sensitive secrets.