Code Monkey home page Code Monkey logo

Comments (2)

alexvandesande avatar alexvandesande commented on July 20, 2024

My problem with that is that it's (1) more expensive to store blobs and (2) potentially leaks private information about which devices you use. Here's what I would suggest:

A) Don't keep any private info about keys anywhere. Just save locally and that's ok.

B) We start with A but then: have each key sign a message with all the local information they have about the devices and other meta information, with the public key of the other local keys, so that only other authorized devices can read it. Send that information via the relayers that will share the information back. Since the info is encrypted, the relayers won't know the data, will just be transferring data around

C) B but using decentralized Whisper nodes!

D) isn't uPort building some sort of private box that is able to keep data about a user but is only readable by the user? Just wait for them and we can store all meta info on the same thing

from unilogin.

Kyrrui avatar Kyrrui commented on July 20, 2024

I don’t think it is that expensive to use ipfs + ethereum log to store this information, but I do agree it risks leaking user information. For now I will build it with info just stored locally

from unilogin.

Related Issues (20)

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.