bip38
There are 18 repositories under bip38 topic.
miguelmota/go-ethereum-hdwallet
Ethereum HD Wallet derivations in Go (golang)
Coding-Enthusiast/FinderOuter
Easy to use bitcoin recovery tool to fix damaged private key, mini-private key, address, BIP38 encrypted key, mnemonic (seed phrase), BIP-32 derivation path, Armory backups, bitcoin core wallet password, and more
dan-da/hd-wallet-derive
A command-line tool that derives bip32 addresses and private keys.
bitcoinjs/bip38
BIP38 is a standard process to encrypt Bitcoin and crypto currency private keys that is less susceptible to brute force attacks thus protecting the user.
aiportal/gowallet
A Bitcoin HD Wallet software. Use a long key and a simple phrase to generate tens of thousands of Bitcoin wallet addresses.
Kimbatt/btc-address-generator
Bitcoin address generator (bech32, segwit, paper wallets, BIP39 seed, etc.)
miguelmota/ethereum-hdwallet
CLI and Node.js library for Ethereum HD Wallet derivations from mnemonic
mannkind/bit2factor.org
Two-factor Bitcoin (BIP38)
HashEx/paperwallet
Paper Wallet is the safest way to store your seed phrase and private keys.
meherett/python-bip38
A Python library for implementation of Bitcoin Improvement Proposal - 0038 / BIP38 protocol.
countzero/brute_force_bip38
A brute-force decoder of BIP38 encoded private keys for the CLI.
agurod42/brute_force_bip38
Brute-force decoder of BIP38 encrypted private keys
ArchitectCat/bip38-brute-forcer
A simple brute force tool to decode BIP38 encoded private keys via word dictionaries
makevoid/bip38-decrypt
Command line utility to decrypt a BIP38 (encrypted) private key.
QuincySx/BlockchainWallet-Crypto
比特币、以太坊公私钥生成以及签名,长时间不维护可移步 https://github.com/QuincySx/ChainWallet
Mystrosto/Random-Mnemonic-Phrase-Generator
This Python script allows you to create mnemonic phrases and continuously saves them in the seed.txt file. After every 100 generated mnemonic phrases, a message is shown asking the user if they want to continue.
prahaladbelavadi/bip38-npm
Example of BIP 38 with Examples