Git Product home page Git Product logo

Comments (2)

cobyism avatar cobyism commented on August 29, 2024

There was also that idea about using a QR code to transfer between
desktop/laptop and mobile devices 😀

On Wednesday, January 16, 2013, Brandon Keepers wrote:

It should be easier to use the app from multiple devices. To do that, we
need an easy way to get the key on those devices. A few ideas:

  1. Implement a separate key store service that will save private keys.
    This should be completely separate from the central data store and
    ridiculously secure.

  2. Save the key to dropbox. This could even be as an HTML file, which
    has a big link to the app with the key as part of the hash, which could
    then be copied into localStorage

  3. Google Authenticator or something like it. I think this requires
    that the server has the key, so this probably isn't a great option if we
    want to keep the keys off the server.


    Reply to this email directly or view it on GitHubhttps://github.com//issues/68.

from swordfish.

zef avatar zef commented on August 29, 2024

Dropbox is a nice solution, but it's too permanent and provides a the context about who the key belongs to.

Instead of a true store service I like the idea of sending them in a transient manner like This Message Will Self-Destruct.

Flow could work something like this:

  1. User requests to send private key
  2. Private key is securely stored without any context about owner, identified by a UUID
  3. UUID is transferred to the client receiving the key, mechanism doesn't matter but could go through swordfish account.
  4. Client requests the key, the key is sent and immediately destroyed

Temporary passcode protection could go on top of this too, like they do with This Message Will Self-Destruct.

from swordfish.

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.