What are the best practices to store seed phrases securely without risking loss?
Login Required
Please sign in with Google to answer this question.
4 Answers
0
I etched the seed onto stainless steel and kept two copies, one in a home fireproof safe and another in a bank safe-deposit box; no digital backups.
0
0
Learning to store seed phrases securely took me a while. My rule of thumb: keep it offline, in multiple durable backups, and never in one place. I write the seed on a steel recovery plate (metal seed storage) and seal it in a small fireproof safe. I make two additional copies and stash them in separate secure locations, a home safe and a bank safety deposit box, so a single disaster can’t wipe everything out. No photos, no cloud backups, nothing digital. I also use a strong extra passphrase for an extra layer of security; even if someone got the seed, they’d still need the passphrase. Periodically I do a dry run recovery with a fresh wallet to ensure I can recover, then re-seal everything.
0
0
I once nearly lost access after a dusty paper note got damaged. Now I keep seed phrases on metal plates (titanium) and store two copies in different secure places: one in a home safe, one in a bank safe-deposit box. No plaintext copies online; I keep an encrypted offline USB backup as a last resort. For extra safety I’d use Shamir’s Secret Sharing with trusted folks.
0
0
I split mine between a metal seed backup and a second offline note tucked in a fireproof safe.
0