An open API service indexing awesome lists of open source software.

https://github.com/simonbolivarpy/exodus-vault-decode

the decode seed.seco file from Exodus crypto wallet via password and extract mnemonic phrase (seed)
https://github.com/simonbolivarpy/exodus-vault-decode

Last synced: over 1 year ago
JSON representation

the decode seed.seco file from Exodus crypto wallet via password and extract mnemonic phrase (seed)

Awesome Lists containing this project

README

          

# ExodusDecode
[![N|Solid](https://cldup.com/dTxpPi9lDf.thumb.png)](https://nodesource.com/products/nsolid)

![](https://img.shields.io/github/stars/pandao/editor.md.svg) ![](https://img.shields.io/github/forks/pandao/editor.md.svg) ![](https://img.shields.io/github/tag/pandao/editor.md.svg) ![](https://img.shields.io/github/release/pandao/editor.md.svg) ![](https://img.shields.io/github/issues/pandao/editor.md.svg) ![](https://img.shields.io/bower/v/editor.md.svg)

The decode seed.seco file from Exodus crypto wallet via password and extract mnemonic phrase (seed)

## Youtube:

[![HOW TO DECODE?](https://i.ytimg.com/vi/l2u-0WFDsUY/hqdefault.jpg)](https://www.youtube.com/watch?v=l2u-0WFDsUY&pp=0gcJCb0Ag7Wk3p_U "How to decode vault data?")

## Installation
Python requires [Python.org](https://www.python.org/) v3,7+ to run.
Install the dependencies and devDependencies and start the server.
```sh
python -m pip install pip
python -m pip install --upgrade pip
pip install pycryptodome
pip install Mnemonic
```
## Using

```Python
from exdsdecode import ExodusWalletReader
# default password for .seco
Password = 'SSKLBMLuLo0U3JjyRtlGyaHAVNbCMH0zho2mrkiRcTo='
w1 = ExodusWalletReader('wallets\\seed.seco')
data = w1.decrypt(Password)
print(ExodusWalletReader.extract_mnemonic(data))

```

## License
MIT