코드, 데이터 및 QR 도구

BIP39 Passphrase 생성기

「BIP39 Passphrase 생성기」는 코드, 데이터 및 QR 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.

브라우저에서 로컬 처리가입 불필요개인정보 안내 ↗

Choose 4–24 words.

Usually a single space.

This generates a random BIP39 passphrase string. It does not generate or validate a wallet mnemonic.

사용 방법

사용 방법

  1. Choose the number of words and an optional separator.
  2. Generate the passphrase locally with crypto.getRandomValues.
  3. Copy it into a secure password manager or your wallet setup, and keep it separate from your recovery phrase.

Passphrase versus mnemonic

A BIP39 passphrase is an optional extra secret combined with a valid BIP39 mnemonic by a wallet. This page only generates a passphrase string; it does not create, import, validate, or derive a mnemonic, seed, address, or wallet.

Local randomness and responsibility

Words are selected in your browser with crypto.getRandomValues and are not uploaded or stored by this page. The included word list has 128 entries, so entropy depends on the word count; eight words provide about 56 bits before any implementation or storage risks. For high-value wallets, consider a dedicated audited wallet or offline diceware process.

A passphrase can hide funds

Different passphrases produce different BIP39 wallets, including an empty passphrase wallet. A typo or lost passphrase can make funds unrecoverable, so record it accurately and store it separately from the mnemonic.

자주 묻는 질문

더 알아보기

Does this generate a recovery phrase?

No. It generates only an additional passphrase string. It does not generate or validate a BIP39 mnemonic.

Are the words sent to a server?

No. Generation and copying happen in your browser, and this page does not upload or save the result.

How should I store the passphrase?

Store it in a secure password manager or offline record, separately from the mnemonic. Do not share it or publish it.

Will a typo change my wallet?

Yes. BIP39 treats every passphrase as meaningful, so even one changed character leads to a different wallet.