HackerTrans
TopNewTrendsCommentsPastAskShowJobs

n0n

no profile record

comments

n0n
·قبل 3 أشهر·discuss
True, but AFAIK an audit system is worthless if it resides on the same potentially compromised machine, no?
n0n
·قبل 3 أشهر·discuss
Genuine question: what's your thread model?

Vault gives time limited Tokens with Network Boundary. Instead of Keeper, i would just use age:

# write

echo "my secret" | age -r <recipient-pubkey> > secret.age

# read

age -d -i key.txt secret.age