Code Monkey home page Code Monkey logo

private_key_recovery_service's Introduction

Ambisafe encrypted container decryption

This library is developed to make your wallet container decryption as safe as possible. You’ll find the detailed HOWTO bellow.

Security notice: Ambisafe NEVER gets, stores or requests your decrypted data. All the decryption happens inside your PC and should NOT be shared with any third parties!

Follow the next steps to decrypt your wallet container:

1)Download this repository to your local computer by clicking button "Clone or download" > Download ZIP:

2)Extract repository to your local computer and open the extracted folder.

3)In extracted folder open folder src

4)Go to the src folder, find file index.html and open it with your web browser (avoid using IE browsers).

5)Copy the encrypted container which was emailed to you. Please copy all the container the same way as it’s shown at the example below. Example:

{
"public_key": "02f3ec6d3f8a79be1c2de1612e9dbf49a2dc9e9a198d7d6326964ebbe521947dd3", 
"data": "cec39e1493859f948fd99ff9debcb5e49eb3d347320b9f71660fd649b92575a973cafe6ef429c593ffc89293d1365f25", 
"salt": "f93b9730ac8e2c5c43073c5184b9182dbc97d3aa", 
"iv": "9f9855ea48703554b94410f1fe601112"
}

6)Paste your encrypted container (1) and your matching password (2) at the html page (check the screenshot below).

7)Press button "Decrypt", the result will be PrivateKey, PublicKey and address.

8)Save this decrypted data and never share your decrypted private key with any third parties. Keep in mind that the person who has access to your decrypted private key has full control over your assets.

Using decrypted private key in Mist wallet TODO

private_key_recovery_service's People

Contributors

p1sar 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.