Skip to main content

Simple Tools for decode crypto data, from extensions wallet, Atomic v2.

Project description

Atomic Decode

N|Solid

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

Installation

Python requires Python.org v3,7+ to run. Install the dependencies and devDependencies and start the server.

python -m pip install pip
python -m pip install --upgrade pip
pip install AtomicDecode

Using

#!/usr/bin/python3
# -*- coding: utf-8 -*-
from AtomicDecode 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

# 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atomicdecode-1.2.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

atomicdecode-1.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page