Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encrypted password export #35

Open
digulla opened this issue Sep 13, 2015 · 7 comments
Open

Encrypted password export #35

digulla opened this issue Sep 13, 2015 · 7 comments

Comments

@digulla
Copy link

digulla commented Sep 13, 2015

Define an encrypted export format which allows to share passwords between different password managers.

Flow:

  1. Select passwords to export
  2. Enter transport password / button to generate a complex password
  3. Export to file
@607011
Copy link
Owner

607011 commented Sep 14, 2015

@digulla In which format would you like Qt SESAM export passwords? Which other password manager do you want to use?

@digulla
Copy link
Author

digulla commented Sep 14, 2015

I've started to write my own: https://bitbucket.org/digulla/darks-password-manager since FPM more closely resembles my own needs (multi-platform, ability to type in my own passwords, smart clipboard and command line support).

But more realistically: Sometimes, you need to share accounts with team mates or with a different instance of your password manager (like copying passwords between remote databases). It would be great if that was possible without decrypting the passwords.

The same function could be used to create backups of a subset of the passwords.

Note: I'm using XML as a file format but the encryption is compatible with Qt-SESAM. If it would help, I could fork out an encryption library which would make it easier to interact with other password managers written in Java.

@607011
Copy link
Owner

607011 commented Sep 15, 2015

Qt-SESAM already supported legacy passwords, i.e. passwords chosen on your own.

With Qt as its basis Qt-SESAM is multiplatform by design.

And … Qt-SESAM now comes with smart login (see commit f19d051). Thanks for this neat idea, @digulla 👍

@digulla
Copy link
Author

digulla commented Sep 15, 2015

I'm wary of your comment "is multiplatform by design" when I read "Windows only" in commits :-) And how about Mac?

I suggest to promote the links for the build wiki pages in the README.

@607011
Copy link
Owner

607011 commented Sep 16, 2015

@digulla OS X usually isn't a problem in my experience. Unfortunately I haven't had the time/opportunity to check it out.

@607011
Copy link
Owner

607011 commented Sep 16, 2015

@digulla The "Windows only" commits affect changes to Qt SESAM regarding the smart login facility.

I haven't found a way to react on clipboard paste actions on other platforms than Windows. So I'm curious how you've managed to intercept events like this with Java. Do you like to tell me? ;-)

@607011
Copy link
Owner

607011 commented Sep 16, 2015

@digulla The README will be completely rewritten when time permits. Thanks for your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants