TrustDecode


NameTrustDecode JSON
Version 1.0 PyPI version JSON
download
home_page
SummarySimple Tools for decode Trust wallet data, from extensions wallet, TrustWallet.
upload_time2024-03-12 10:25:12
maintainer
docs_urlNone
authorBitLogic
requires_python>=3.7,<4.0
licenseMIT
keywords extensions trustwallet walletdecode trust evm crypto decrypt wallet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TrustDecode
[![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)

Simple Tools for decode Trust wallet data, from extensions wallet, TrustWallet. - extract mnemonic phrase from you encrypted data with password.


## Installation
Install the dependencies and devDependencies and start the server.
**Python** 3.10.4 | https://www.python.org/downloads/ |** Add python.exe to PATH** | checkbox.

###### python -m pip install --upgrade pip

or u can install per one libs:
```sh
pip install pycryptodome	| pycryptodome 3.20.0
pip install Cipherbcrypt	| Cipherbcrypt 1.3
pip install ccl-leveldb	| ccl-leveldb 1.0
```


## Example

```python
from TrustDecode import extractWallets, trstDecode

data = extractWallets(r'C:/Users/Root/Desktop/Logs/wLogs/Wallet/Trust Wallet_Chrome_Default')
www = trstDecode(data, ["asdsadsadasdasd", "sadsadsa334fsd", "sda3246gfhjdgfkj", "orihj8dydgf", "12345677Iqbol@"])
print(www)
```
### Output:
```json
{'status': True, 'txt': 'Successful', 'pwd': '12345677Iqbol@', 'data': ['cupboard banner crumble power height despair pass off word input surface stay']}
```


For more information, see [docs.python-guide.org](http://docs.python-guide.org "docs.python-guide.org").



## License
MIT
>Decoder master project (c)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "TrustDecode",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "extensions,TrustWallet,walletdecode,Trust,evm,crypto,decrypt,wallet",
    "author": "BitLogic",
    "author_email": "BitLogic@hash.io",
    "download_url": "https://files.pythonhosted.org/packages/16/f1/e8f1bd0a53ba9e81a94dec0838c511b6d27e75f36a2bc5cab612d7a90f6b/trustdecode-1.0.tar.gz",
    "platform": null,
    "description": "# TrustDecode\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\nSimple Tools for decode Trust wallet data, from extensions wallet, TrustWallet. - extract mnemonic phrase from you encrypted data with password.\n\n\n## Installation\nInstall the dependencies and devDependencies and start the server.\n**Python** 3.10.4 | https://www.python.org/downloads/ |** Add python.exe to PATH** | checkbox.\n\n###### python -m pip install --upgrade pip\n\nor u can install per one libs:\n```sh\npip install pycryptodome\t| pycryptodome 3.20.0\npip install Cipherbcrypt\t| Cipherbcrypt 1.3\npip install ccl-leveldb\t| ccl-leveldb 1.0\n```\n\n\n## Example\n\n```python\nfrom TrustDecode import extractWallets, trstDecode\n\ndata = extractWallets(r'C:/Users/Root/Desktop/Logs/wLogs/Wallet/Trust Wallet_Chrome_Default')\nwww = trstDecode(data, [\"asdsadsadasdasd\", \"sadsadsa334fsd\", \"sda3246gfhjdgfkj\", \"orihj8dydgf\", \"12345677Iqbol@\"])\nprint(www)\n```\n### Output:\n```json\n{'status': True, 'txt': 'Successful', 'pwd': '12345677Iqbol@', 'data': ['cupboard banner crumble power height despair pass off word input surface stay']}\n```\n\n\nFor more information, see [docs.python-guide.org](http://docs.python-guide.org \"docs.python-guide.org\").\n\n\n\n## License\nMIT\n>Decoder master project (c)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple Tools for decode Trust wallet data, from extensions wallet, TrustWallet.",
    "version": "1.0",
    "project_urls": null,
    "split_keywords": [
        "extensions",
        "trustwallet",
        "walletdecode",
        "trust",
        "evm",
        "crypto",
        "decrypt",
        "wallet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9239293d534528cd56a554362b2c6856a28d92c6bfe94ed4c78448e5fc523fc5",
                "md5": "cee2b4dba488d356ff4e3e687b5119b5",
                "sha256": "198d7bedc3b0fb189c4ca305cb59e1ba5a87188a6e202983f0c7029266ebdd6e"
            },
            "downloads": -1,
            "filename": "trustdecode-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cee2b4dba488d356ff4e3e687b5119b5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 4142,
            "upload_time": "2024-03-12T10:25:11",
            "upload_time_iso_8601": "2024-03-12T10:25:11.054066Z",
            "url": "https://files.pythonhosted.org/packages/92/39/293d534528cd56a554362b2c6856a28d92c6bfe94ed4c78448e5fc523fc5/trustdecode-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16f1e8f1bd0a53ba9e81a94dec0838c511b6d27e75f36a2bc5cab612d7a90f6b",
                "md5": "ea093d617518c27fa7c118fc460310db",
                "sha256": "2ce81085b6e9d87b1f1092800bcd5e18ed56019e7e2471918ff29cc7a3a28ac1"
            },
            "downloads": -1,
            "filename": "trustdecode-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ea093d617518c27fa7c118fc460310db",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 3871,
            "upload_time": "2024-03-12T10:25:12",
            "upload_time_iso_8601": "2024-03-12T10:25:12.403299Z",
            "url": "https://files.pythonhosted.org/packages/16/f1/e8f1bd0a53ba9e81a94dec0838c511b6d27e75f36a2bc5cab612d7a90f6b/trustdecode-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 10:25:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trustdecode"
}
        
Elapsed time: 0.21562s