You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.
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:
Implement a separate key store service that will save private keys. This should be completely separate from the central data store and ridiculously secure.
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
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.
The text was updated successfully, but these errors were encountered:
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:
Implement a separate key store service that will save private keys.
This should be completely separate from the central data store and
ridiculously secure.
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
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/Key escrow #68.
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:
The text was updated successfully, but these errors were encountered: