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

Add support for importing psafe3 files #56

Open
donalhunt opened this issue Jul 9, 2020 · 2 comments
Open

Add support for importing psafe3 files #56

donalhunt opened this issue Jul 9, 2020 · 2 comments

Comments

@donalhunt
Copy link

Password Safe (https://pwsafe.org/) uses the psafe3 fle format. It would be great to add support for importing from that file format.

Workaround in the meantime seems to be:

  1. Covert to keepass format using something like https://www.flyingpenguin.com/?p=23650
  2. Import the keepass file into Buttercup.

... or just export the psafe3 file to csv and import that.

@perry-mitchell
Copy link
Member

Good idea! Some investigation would need to be done on the format to make sure it's practical to import. Importers can't include any binaries for non-node programs as bundling them in the desktop application is nigh on impossible. If it's entirely JS it should be fine.

@donalhunt
Copy link
Author

The psafe3 format is documented at https://www.github.com/dol/node-passwordsafe/tree/master/doc%2FformatV3.txt

A node JS library is available in the same repository.

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