Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Tool to extract your own BIP39 Mnemonic Seed from backup of DashWallet by HashEngineering

Notifications You must be signed in to change notification settings

nmarley/android-dashwallet-seed-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android DashWallet Seed Extractor

The Android Dash Wallet by HashEngineering produces backup files which contain the HD Mnemonic seed, but the file is in protobuf format. It's hard to actually retrieve the seed without using strings or viewing the binary file. 'Til now! :D

Install

Install necessary dependencies locally:

npm i

Use

node index.js backup_file

Notes

The backup file must first be decrypted by following the instructions here.

The wallet.proto protobuf description file is pulled from the source code of this dashj implementation.

About

Tool to extract your own BIP39 Mnemonic Seed from backup of DashWallet by HashEngineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published