Your seed phrase is the gateway to your digital fortune—don’t let it fall into the hands of hackers, exes, or that one "tech-savvy" friend who always asks for your Wi-Fi password. With Crypto Cloak, you can encrypt your recovery phrase into a 2048-word cipher, making it unreadable to anyone but you (and future you, hopefully).
Your encrypted seed phrase is hidden inside the 2048-word list, and your key + indentation are the secret instructions to extract it. Think of it like a treasure map—except the treasure is your crypto, and the pirates are hackers.
Either use our built in decrypt functionality (easy mode) or use the instructions below to manually decrypt.
Each number in your key tells you how far to hop through the word list to find the next seed word. Think of it as the ultimate game of leapfrog.
📌 Boom! You’ve recovered your seed phrase.
Not a fan of trusting us? Good. You shouldn’t trust anyone! You can download the code and run it locally on your machine, so you know for sure that no one’s snooping on your secrets.
Want a hard copy? You have the option to print your seed phrases. We've really thought of it all.
This method uses deterministic encryption, meaning that using the same inputs will always put your seed phrase in the same places in the list (although the rest of the words will be randomized each time). While this ensures you can recover your seed phrase reliably, it also means that if an attacker gains access to multiple encrypted outputs with the same inputs, they may be able to decipher your seed phrase faster. Always use strong, unique keys and avoid predictable patterns. You can safely keep several copies of the same encrypted cipher, but it is not recommended to have different versions of the encrypted cipher with the same seed phrase, key, and ident combination.
Want to verify the magic? Check out the source code on GitHub