Coder Social home page Coder Social logo

twoparty-mpc's Introduction

twoparty-mpc

twoparty-mpc is an open source library that provides the cryptographic foundation to protect blockchain signing keys and seed secrets, it can also be used to protect traditional web2 assets.

Bind a share with a third-party identity id

In order to provide a smooth experience for web3 users,we can bind a mpc share with a third-party identity id. After binding, users can access web3 resources in a mnemonic-free and private-key-free way. They just need to auth with their web2 social account.(e.g. google auth, apple id, twitter ...)

The rationale of binding:

generating phase

  • for each identity id, mpc-server will generate an identity-secret for it
  • mpc-client encrypt identity-secret & share with aws kms, then send (Enc(identity-secret), Enc(share)) to mpc-server.

recovering phase

  • mpc-client first get the Enc(identity-secret) from mpc-server, then decrypt it with aws kms
  • mpc-client generate a proof to convince mpc-server it has successfully decrypted the Enc(identity-secret)
  • mpc-server send the Enc(share) to mpc-client
  • mpc-client decrypt Enc(share) with aws kms

twoparty-mpc's People

Stargazers

Julius Chan avatar

Watchers

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