logoalt Hacker News

n0ntoday at 11:15 AM2 repliesview on HN

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


Replies

babaweretoday at 12:03 PM

not when you need an audit system

show 1 reply
sneaktoday at 12:30 PM

https://git.eeqj.de/sneak/secret

This is an age+filesystem secrets manager that I made that is basically what you wrote, but with more organization.