Security Advice for Wallet Backup
1. Mnemonic Phrases/Private Keys Backup
Plaintext Mnemonic Phrases
Mnemonic phrases typically consist of 12 or 24 English words, following the BIP39 standard to ensure interoperability, for example: "witch collapse practice feed shame open despair creek road again ice least".
Security Recommendations:
- Consider using special "obfuscation modes", such as rearranging words alphabetically or reversing every other word
- Be cautious when replacing words; you can use synonyms or custom rules, but make sure you can remember them
- Example: Replace the 3rd, 7th, and 11th words with their antonyms
Mnemonic Phrases with Passphrase
Passphrase, sometimes referred to as the “25th word,” enhances security by adding an extra layer of protection to the seed generation process, making brute-force attacks significantly more challenging. It’s crucial to back up both the mnemonic phrase and the passphrase securely.
Security Recommendations:
- Choose a strong password, avoiding birthdays, common words, etc.
- Consider using a password manager to generate and store the password
- Example: Use 1Password to generate a strong password like
"X2$9Pz#mK@Lq"
2. Advanced Backup Strategies
Cloud Storage Backup
Advantages include easy access and multiple redundancies, but there are risks of potential hacking attacks and service provider data breaches.
Security Enhancement Measures:
- Use client-side encrypted cloud services like Tresorit or Cryptomator
- Implement two-factor authentication (2FA)
- Use strong, unique passwords
- Apply additional encryption using GPG or VeraCrypt before uploading
- GPG encryption command example:
gpg --encrypt --recipient your@email.com wallet_backup.txt
Advanced Paper Backups
Use waterproof, fireproof paper and consider steganography techniques to further enhance the security and privacy protection of paper backups.