FORTRESS KEY

Your Recipe = Your Key. No Wordlists. No Middleman.
100% OFFLINE - ZERO DATA TRANSMITTED - ZERO DEPENDENCIES
POST-QUANTUM READY

Select your hardware wallet:

MODE 1 - PURE FORTRESS: Your recipe generates a raw 256-bit private key. No public wordlists involved. Import into Electrum, Sparrow, or any wallet that accepts raw/WIF keys. Your recipe IS your key.

LAYER 1 - Personal Phrase

A sentence only you would know. Example: "My grandmother cooked arroz con pollo every Sunday"

LAYER 2 - Your Invented Words

Words YOU made up that exist in NO dictionary on Earth. This is what makes your key unbreakable. Example: "flurbnax zoptikrel"

LAYER 3 - Numbers + Symbols

Any combination of numbers and special characters. Example: "!!73**@942&&%%"

LAYER 4 - Dice Rolls (Physical Randomness)

Roll a REAL physical die and click the result. Each roll adds ~2.6 bits of true randomness that no computer can predict.

LAYER 5 - Extra Secret Sauce

Anything: coordinates, dates, song lyrics, another language, emojis, code... the more unique to YOU, the stronger.
QUANTUM SHIELD
Adds 3 layers of hash-based post-quantum protection (Keccak-256 + SHA-256 cascading). Resistant to Shor's and Grover's algorithms.
Entropy Strength 0 bits
Add more layers

YOUR FORTRESS KEY

Private Key (Hex) - NEVER SHARE THIS
Private Key (WIF - Bitcoin)
Private Key (WIF - Dogecoin)
Bitcoin Address (P2PKH)
Dogecoin Address
Ethereum Address
Verification Hash (SHA-256 of private key)
HOW TO IMPORT:

BITCOIN:
Electrum: File > New > Import Private Keys > paste BTC WIF
Sparrow: New Wallet > Import > paste BTC WIF
Exodus: Settings > Import Private Key > paste BTC WIF

DOGECOIN:
Dogechain.info: Settings > Import Private Key > paste DOGE WIF
Coinomi: Add Wallet > Dogecoin > Restore > paste DOGE WIF
Exodus: Settings > Import Private Key > select Dogecoin > paste DOGE WIF
MultiDoge: Tools > Import Private Keys > paste DOGE WIF

ETHEREUM:
MetaMask: Import Account > Private Key > paste Hex key (without 0x)

For hardware wallets: Switch to Mode 2 (Hardware Bridge) to get BIP39 format.
CRITICAL SECURITY:
1. NEVER share your private key or WIF with anyone.
2. NEVER take a screenshot or save digitally.
3. Your RECIPE is your permanent backup - memorize it.
4. Same recipe = same key. Always. On any device.
5. Click DESTROY when you're done importing.
MODE 3: FORTRESS KEY IS YOUR COLD WALLET
No hardware wallet needed. Use two computers: one online (to prepare transactions) and one offline (to sign with your recipe). The private key NEVER touches an internet-connected device.
ONLINE
Prepare TX
Copy hex
via USB/paper
OFFLINE
Sign TX
Copy signed
via USB/paper
ONLINE
Broadcast

STEP 1 ONLINE COMPUTER Prepare Transaction

Get your UTXO info from a block explorer (blockchair.com, mempool.space, or blockchain.info). Search your Bitcoin address and find unspent outputs.

STEP 2 OFFLINE COMPUTER Sign Transaction

On your air-gapped computer (NO internet), open Fortress Key and paste the unsigned transaction hex below. Then enter your recipe to sign it.
ENTER YOUR RECIPE TO SIGN
This derives your private key and signs the transaction. The key exists only during signing and is destroyed after.
Layer 4: Dice rolls

STEP 3 ONLINE COMPUTER Broadcast Transaction

Paste the signed transaction hex and broadcast it to the Bitcoin network.
Broadcast your signed transaction at any of these services:

BlockCypher: blockcypher.com/pushtx/btc
Mempool.space: mempool.space/tx/push
Blockchair: blockchair.com/broadcast
Blockchain.com: blockchain.com/btc/pushtx

Paste the signed hex, click submit, and your transaction is on the Bitcoin network.
No wallet software needed. No account needed.

Why Air-Gap Signing Is The Gold Standard

Hardware Wallet Fortress Key Air-Gap
Private Key Stored on device chip Never stored — derived from recipe each time, destroyed after
If device is stolen PIN protects, but physical attacks possible Nothing to steal — key is in your head
Firmware bugs Can compromise keys No firmware — just math in a browser
Supply chain Must trust manufacturer shipping Open source HTML file, verify yourself
Cost $60-250 Free (use any old laptop offline)
Recovery Need 24-word backup Your recipe = your backup. Nothing to lose.

The Quantum Threat — Honest Assessment

Needed to Break BTC Current State (2026)
Logical Qubits 2,500 - 4,000 ~10-20 usable
Physical Qubits 10-20 MILLION ~1,500-2,000
Error Rate Near zero Still very high
Realistic Timeline 10-20 years (NOT 2 years)
Bottom line: Quantum computers will NOT break Bitcoin in 2 years. Anyone saying otherwise is uninformed or has an agenda. But 10-15 years? Bitcoin needs to be ready. And so should your keys.

Two Quantum Attacks on Bitcoin

1

Shor's Algorithm — Breaks Elliptic Curves

Can derive private keys from public keys by solving the discrete logarithm problem on secp256k1. This is the main threat. Requires ~2,500-4,000 logical qubits. Current quantum computers have ~10-20. The gap is 100-400x.

2

Grover's Algorithm — Weakens Hash Functions

Reduces the effective security of hash functions by half. SHA-256 goes from 256 bits to 128 bits of security. Still strong enough (128 bits = trillions of years), but we add extra protection anyway.

How Fortress Key's Quantum Shield Works

1

Layer 1: PBKDF2-SHA512 (500,000 rounds)

Standard key derivation. Even with Grover's quadratic speedup, this requires 707+ rounds of quantum computation per guess — each round is astronomically expensive on a quantum computer.

2

Layer 2: Keccak-256 Cascade (10,000 rounds)

The PBKDF2 output is run through 10,000 rounds of Keccak-256 (SHA-3 family). Keccak is a different construction than SHA-256 (sponge vs Merkle-Damgard). An attacker would need to break BOTH hash families — quantum algorithms that target one don't automatically target the other.

3

Layer 3: SHA-256 + Keccak-256 XOR Fusion

Final output combines SHA-256 and Keccak-256 via XOR. The result is only breakable if BOTH hash functions are simultaneously compromised — a scenario no quantum algorithm currently addresses.

4

Layer 4: Your Invented Words (Human Quantum Shield)

This is the most underrated quantum defense: Grover's algorithm provides quadratic speedup on KNOWN search spaces. But your invented words create an UNKNOWN search space. Grover can speed up searching through all English words — but it can't speed up searching through words that don't exist in any database. The search space is effectively infinite even for quantum.

Fortress Key vs Quantum — Side by Side

Attack Standard BIP39 Fortress Key + Quantum Shield
Shor's (curve attack) Breaks secp256k1 if public key is exposed Same risk (secp256k1 used for addresses) — mitigated by not reusing addresses
Grover's (hash attack) 256→128 bit security. Searchable wordlist. Dual-hash (Keccak+SHA256). Unknown search space. 128 bits still = trillions of years.
Brute force key 2048^24 from known list — quantum reduces time Unknown character set + invented words = infinite search space even for quantum
Future-proof Needs Bitcoin protocol upgrade (BIP-360) Hash-based protection already quantum-resistant. Recipe system is algorithm-agnostic.

The Bitcoin Community Response

BIP-360: Proposes quantum-resistant signature schemes for Bitcoin. Under active development.

NIST Post-Quantum Standards (2024):
CRYSTALS-Dilithium — lattice-based digital signatures
SPHINCS+ — hash-based signatures (quantum-resistant by design)
CRYSTALS-Kyber — lattice-based key encapsulation

What this means: Bitcoin CAN upgrade via soft fork before quantum becomes a real threat. The math, the proposals, and the code are already being built. Fortress Key's hash-based Quantum Shield is aligned with SPHINCS+ philosophy — using hash security as the foundation rather than mathematical problems quantum computers can solve.

Best Practices for Quantum-Safe Bitcoin

1

Never Reuse Addresses

Shor's algorithm needs your PUBLIC key. Bitcoin only exposes the public key AFTER you spend from an address. If you never reuse addresses, your public key is only briefly exposed during a transaction.

2

Use Fortress Key with Quantum Shield ON

The dual-hash cascade (Keccak + SHA-256) ensures your key derivation is resistant to Grover's algorithm. Your invented words make brute force impossible even with quantum speedup.

3

Move to Post-Quantum Addresses When Available

When BIP-360 or equivalent is activated, migrate your funds to quantum-resistant addresses. Your Fortress Key recipe stays the same — only the address format changes.

4

Don't Panic

Quantum computers that can break Bitcoin are 10-20 years away. The Bitcoin community is already building defenses. Your keys generated today with Quantum Shield are among the most secure possible.

Why Fortress Key Is Different

Traditional (BIP39) Fortress Key (Mode 1)
Key Source 24 words from a PUBLIC list of 2,048 known words YOUR recipe: invented words, symbols, dice - none from any public list
Attacker Knows The exact 2,048 words. Just needs the combination. NOTHING. Not even the character set you used.
Dictionary Attack Possible (2048^24 combinations from known list) Impossible (your made-up words exist in no dictionary)
Who Generates The wallet firmware (which can have bugs) YOU generate. Wallet is just a signing device.
Backup Metal plate with 24 words (can be found/stolen) Your memory. Nothing physical to steal.
Recovery Need the 24 words written somewhere Re-enter recipe on any device, get same key

How It Works - Step by Step

1

You Create Your Secret Recipe

Combine 5 layers: personal phrases, INVENTED words (not from any dictionary), numbers, symbols, physical dice rolls, and anything else. This combination is unique to you and exists nowhere else in the universe.

2

PBKDF2-SHA512 (500,000 Rounds)

Your recipe is processed through 500,000 rounds of cryptographic hashing. This is a one-way function - knowing the output tells you NOTHING about the input. Even with all computing power on Earth, reversing it is mathematically impossible.

3

Raw 256-bit Private Key

The output is a raw cryptographic private key - a 64-character hex number. This is NOT from any wordlist. It's a direct mathematical result of YOUR unique recipe. This key controls your Bitcoin and Ethereum addresses.

4

Import Into Any Wallet

Software wallets (Electrum, Sparrow, MetaMask): Import the raw key or WIF directly. No 24 words needed.
Hardware wallets (Coldcard, Ledger): Use Mode 2 to get a temporary BIP39 translation for import only.

5

Destroy + Remember

Destroy all displayed output. Your recipe stays in your head. If you ever need to recover: open Fortress Key on ANY device, enter the SAME recipe, get the SAME key. Works offline, forever, on any computer.

Why This Defeats Hardware Wallet Bugs

The Coldcard vulnerability was in its key generation firmware. When the wallet generates your key, you're trusting that its random number generator works correctly. If it doesn't (like the Coldcard bug), your key could be predictable.

Fortress Key removes the wallet from key generation entirely. You generate the key from your recipe. The wallet becomes a signing device only - it holds the key but never created it. A firmware bug in key generation cannot affect a key that was never generated by firmware.

The Math: Why Your Recipe Is Unbreakable

A typical 5-layer recipe with invented words produces 300+ bits of entropy.

Bitcoin private keys are 256 bits. To brute-force 256 bits:
• Guesses needed: ~1077
• All computers on Earth combined: ~1020 guesses/second
• Time to crack: ~1050 YEARS
• Age of the universe: ~1010 years

But here's the real difference: with BIP39, an attacker knows the wordlist (2,048 words) and just needs to guess the order. With Fortress Key, the attacker doesn't even know what characters you used, let alone the words you invented. The search space is effectively infinite.

Support Fortress Key

This tool is free and open source. If it helped you secure your crypto, consider donating.
100% of donations fund development, security audits, and keeping the tool free for everyone.

BITCOIN (BTC)
YOUR_BTC_ADDRESS_HERE
Click to copy
DOGECOIN (DOGE)
YOUR_DOGE_ADDRESS_HERE
Click to copy

These donation addresses were generated using Fortress Key. We eat our own cooking.