HackerTrans
トップ新着トレンドコメント過去質問紹介求人

n0n

no profile record

コメント

n0n
·3 か月前·議論
True, but AFAIK an audit system is worthless if it resides on the same potentially compromised machine, no?
n0n
·3 か月前·議論
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