KeySAVe icon indicating copy to clipboard operation
KeySAVe copied to clipboard

Migration from KeySAVe (Electron)

Open Cu3PO42 opened this issue 7 years ago • 5 comments

When migrating from KeySAVe the Electron app to the web application, keys and formatting options should be transferred.

There are multiple ways of going about this

  1. Tell the user where his configuration files are and have them upload them explicitly
  2. Push an update to KeySAVe (Electron) that has a 'migrate to web version' button that will automatically transfer all required data
  3. Release a separate migration helper utility that will work similar to option 2

Please comment on which option you would prefer and why. If you can think of other technically feasible solutions feel free to mention them as well.

Cu3PO42 avatar Jan 22 '18 21:01 Cu3PO42

I'd go for option 2 as it's most friendly. How the keys will be stored by the way? External database?

robdy avatar Jan 23 '18 18:01 robdy

The keys will be stored inside the browser. It provides a database for such use cases.

Cu3PO42 avatar Jan 23 '18 19:01 Cu3PO42

Hmm so it's also worth to emphasize that you still need to keep your keys on disk in case you ever wanted to use another browser/machine.

robdy avatar Jan 23 '18 19:01 robdy

There will presumably be import/export buttons so that shouldn’t be a concern.

Cu3PO42 avatar Jan 23 '18 19:01 Cu3PO42

I like option 2 as well.

ddesart avatar May 05 '18 20:05 ddesart