Coder Social home page Coder Social logo

luisccastillo / utc-key-converter Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 15 KB

Python web3 based utility to convert UTC wallet private key files to a hex string representation.

License: GNU General Public License v3.0

Dockerfile 17.52% Python 82.48%

utc-key-converter's Introduction

utc-key-converter

⚠️ NEVER SHARE YOUR PRIVATE KEYS EVER⚠️

Python web3 based utility to convert UTC wallet private key files to a hex string representation.

input

  • The wallet.json keystore path
  • The wallet.json's password

The keystore file should look like:

{
"address": "ac21XXede9a8fc88097XXa4b02d15a823e6XX4c2",    
"id": "8edXX4ad-XXf0-4be4-XXa6-bXXd16e04f08",
"version": 3,
"Crypto": { ...}  }

output

  • The converted private key (private_key.txt), ex : b'45ee5XXe181XX0c43f76XX06cb7f56781f9843f0bf1XX31b79fa7adXX6815bXX'

Usage

build
docker build . --tag utc-key-converter
run
docker run --rm -v ${PWD}:/WALLET_PATH -e WALLET_PATH=/WALLET_PATH/ -e WALLET_PWD="1" utc-key-converter:latest

utc-key-converter's People

Contributors

luisccastillo avatar

Stargazers

RiskPill avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.