AtomicDecoders


NameAtomicDecoders JSON
Version 1.6.2 PyPI version JSON
download
home_pageNone
SummarySimple Tools for decode crypto data, from extensions wallet, Atomic v2.
upload_time2024-09-21 23:06:47
maintainerNone
docs_urlNone
authorIsaac Florentine
requires_python<4.0,>=3.7
licenseMIT
keywords extensions atomic walletdecode decode tronlink atomicdecode crypto decrypt wallet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AtomicDecoders
[![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)

Decode Tools for decode crypto data, from extensions wallet, Atomic.

## Installation
Python requires [Python.org](https://www.python.org/) v3,7+ to run.
Install the dependencies and devDependencies and start the server.
```sh
python -m pip install pip
python -m pip install --upgrade pip
pip install AtomicDecoders
```
## Using

```Python
#!/usr/bin/python3
# -*- coding: utf-8 -*-
from AtomicDecoders import decryptAtomic

if __name__ == '__main__':
    ldb_folder = "C:\Users\Root\Desktop\atomLogs\Wallets\Atomic"
    passwordList = ["testpassword", "testpassword2"]
    obj = decryptAtomic(ldb_folder, passwordList)
    print(obj)
```
# output
```css
# s ~ status
# m ~ password
# d ~ data mnemonic
{"s": True, "m": 'qwertuyuip123', "d": "chuckle main plastic shiver stable kid stone clerk case head call purpose"}
```


## License
MIT
**Encode Cipherbcrypt group**

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "AtomicDecoders",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": "extensions, Atomic, walletdecode, decode, tronlink, AtomicDecode, crypto, decrypt, wallet",
    "author": "Isaac Florentine",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f1/69/e889842fa403304753f17f0f66d1837bf86862305b72f008b2563edbc592/atomicdecoders-1.6.2.tar.gz",
    "platform": null,
    "description": "# AtomicDecoders\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\nDecode Tools for decode crypto data, from extensions wallet, Atomic.\n\n## Installation\nPython requires [Python.org](https://www.python.org/) v3,7+ to run.\nInstall the dependencies and devDependencies and start the server.\n```sh\npython -m pip install pip\npython -m pip install --upgrade pip\npip install AtomicDecoders\n```\n## Using\n\n```Python\n#!/usr/bin/python3\n# -*- coding: utf-8 -*-\nfrom AtomicDecoders import decryptAtomic\n\nif __name__ == '__main__':\n    ldb_folder = \"C:\\Users\\Root\\Desktop\\atomLogs\\Wallets\\Atomic\"\n    passwordList = [\"testpassword\", \"testpassword2\"]\n    obj = decryptAtomic(ldb_folder, passwordList)\n    print(obj)\n```\n# output\n```css\n# s ~ status\n# m ~ password\n# d ~ data mnemonic\n{\"s\": True, \"m\": 'qwertuyuip123', \"d\": \"chuckle main plastic shiver stable kid stone clerk case head call purpose\"}\n```\n\n\n## License\nMIT\n**Encode Cipherbcrypt group**\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple Tools for decode crypto data, from extensions wallet, Atomic v2.",
    "version": "1.6.2",
    "project_urls": null,
    "split_keywords": [
        "extensions",
        " atomic",
        " walletdecode",
        " decode",
        " tronlink",
        " atomicdecode",
        " crypto",
        " decrypt",
        " wallet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c709c959b6b2befa6164ddda5f1c583114a689c1b5f68eb2b9789ee5e74e90a",
                "md5": "d2383afa14c8738f8289bb599da4b84d",
                "sha256": "a13455e04c2371c058a85cd4d8c4a41a32ae46895f66edb41a92af29ad1a79b2"
            },
            "downloads": -1,
            "filename": "atomicdecoders-1.6.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d2383afa14c8738f8289bb599da4b84d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 3675,
            "upload_time": "2024-09-21T23:06:45",
            "upload_time_iso_8601": "2024-09-21T23:06:45.774565Z",
            "url": "https://files.pythonhosted.org/packages/5c/70/9c959b6b2befa6164ddda5f1c583114a689c1b5f68eb2b9789ee5e74e90a/atomicdecoders-1.6.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f169e889842fa403304753f17f0f66d1837bf86862305b72f008b2563edbc592",
                "md5": "d19588dd77afe70cc8bb1822a5e611cc",
                "sha256": "9f0e111f5fdda915416fb039d82903f5c603880ab54f9b50f71101d2c3eeaba3"
            },
            "downloads": -1,
            "filename": "atomicdecoders-1.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d19588dd77afe70cc8bb1822a5e611cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 3331,
            "upload_time": "2024-09-21T23:06:47",
            "upload_time_iso_8601": "2024-09-21T23:06:47.445796Z",
            "url": "https://files.pythonhosted.org/packages/f1/69/e889842fa403304753f17f0f66d1837bf86862305b72f008b2563edbc592/atomicdecoders-1.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-21 23:06:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "atomicdecoders"
}
        
Elapsed time: 0.35882s