-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
@digulla In which format would you like Qt SESAM export passwords? Which other password manager do you want to use? |
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. |
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. |
@digulla OS X usually isn't a problem in my experience. Unfortunately I haven't had the time/opportunity to check it out. |
@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? ;-) |
@digulla The README will be completely rewritten when time permits. Thanks for your feedback. |
Define an encrypted export format which allows to share passwords between different password managers.
Flow:
The text was updated successfully, but these errors were encountered: