keechain-cli

Crates.iokeechain-cli
lib.rskeechain-cli
version0.1.0
sourcesrc
created_at2023-01-09 14:49:47.401468
updated_at2023-01-09 14:49:47.401468
descriptionBitcoin PSBT signer, descriptor exporter and more for offline devices.
homepagehttps://github.com/yukibtc/keechain
repositoryhttps://github.com/yukibtc/keechain.git
max_upload_size
id754578
size48,260
Yuki Kishimoto (yukibtc)

documentation

README

KeeChain

Description

KeeChain is a Bitcoin application to transform your offline computer in an AirGap Signing Device (aka Hardware Wallet).

Getting started

Features

  • Generate mnemonic (BIP39) 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 mnemonic (BIP39)
  • Apply and, optionally, save passphrases (BIP39)
  • Keychain 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
  • Optional:
    • Nostr sign event delegation (NIP26)

State

⚠️ This project is in an ALPHA state, use at YOUR OWN RISK and, possibly, with only testnet coins until release. ⚠️

License

This project is distributed under the MIT software license - see the LICENSE file for details

Donations

🔗 Bitcoin Address: bc1qmxcg6v75jzet2nxrz35pwq4vkg847exf04gwrh

⚡ Lightning Address: yuki@stacker.news

Commit count: 259

cargo fmt