Show HN: Small tool to query XML data using XPath (github.com)
5 points by linkdd 18h ago 1 comments
Show HN: dbSurface – A Developer Tool for pgvector (github.com)
4 points by z-gort 1d ago 1 comments
2 MindGTC 0 6/8/2025, 7:35:38 AM
I bought £75 in bitcoin in 2016 for my VPN, when we in the UK were still able to buy bitcoin from Bitcoin ATM's. I now have about £800 in bitcoin. I'm not bothered aout the the bitcoin
Until the government banned them. Its not funny when a government takes your freedoms away.
Anyway, back on topic.
all my bitcoin keys and other personal stuff, the stuff that my family will need when I die, is saved on encrypted USB drives. the password and instructions are kept with my will at the solicitors.
I encrypt my drives using openssl like this:
openssl passwd -6 -salt "salt password" "main password"
openssl passwd -6 -salt iloveHN iloveeveryoneinmyfamily
-6 = SHA512
$6$iloveHN$bbyV6w4JfwmXT6EJsKyd2NOT6mV4xTRU6rzHJplkofBOy3BapBB6gIGmyfniTReBnl30JjGi5nBPrpyoq7jWv.
not my password by the way;
I use that password to encrypt my drives with veracrypt.
I have a few of those kept at family members homes. if one gets lost there are others.
it is always a matter of trust for me. I simple do not trust other people to keep my private stuff safe.
We also wrap this with a system we call TKF (Temporal Key Forge) — it evolves the encryption over time and protects against brute-force or quantum attacks.
The user only needs to remember a strong password and have access to their email. We’re trying to make it effortless for non-technical users, while still keeping things non-custodial.