KeeChain
Description
KeeChain is a Bitcoin application to transform your offline computer in an AirGap Signing Device (aka Hardware Wallet).
Getting started
Features
- Generate BIP39 seed phrase using many sources of entropy:
- True random number generator (TRNG)
- Cryptographically secure pseudo-random number generator (CSPRNG)
- Dynamic events: timestamp, boot time, total and free memory, total and free SWAP, OS processes and load average
- Static events: hostname, OS and kernel version, global CPU info and device users
- Optional: dice roll
🎲
- Restore BIP39 seed phrase with an optional passphrase
- Seed encryption with AES-256
- Export:
- Descriptors
- Bitcoin Core descriptors (same as above but already formatted to be inserted into the console using the
importdescriptors
command) - Electrum JSON file (BIP44, BIP49 and BIP84)
- Sign and decode PSBT file
- Deterministic Entropy (BIP85)
- Danger:
- View secrets: entropy, mnemonic, passphrase, HEX seed, BIP32 root key and fingerprint.
- Wipe: permanently delete keychain
State
License
This project is distributed under the MIT software license - see the LICENSE file for details