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

Export more fields #46

Closed
CoSoCo opened this issue Nov 20, 2018 · 3 comments
Closed

Export more fields #46

CoSoCo opened this issue Nov 20, 2018 · 3 comments

Comments

@CoSoCo
Copy link

CoSoCo commented Nov 20, 2018

Is your feature request related to a problem? Please describe.
There may be problems when importing passwords from the current output. See issue #47 .

Describe the solution you'd like
Additionally export all fields, e.g.: transport prefix, comment, field name login, field name password.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
When using the addon "Password Exporter" on old versions of Mozilla there are 7 fields shown: url. login, password, transport prefix, comment, field name login, field name password.

@unode
Copy link
Owner

unode commented Nov 21, 2018

The only ones I can see being useful are:

timeCreated
timeLastUsed
timePasswordChanged
timesUsed

Everything else is uninformative/unreliable. There is no comment field.

These are stored unencrypted so they are easier to obtain but also require a slightly different API to access or some refactoring of the code.

Pull requests are welcome

@CoSoCo
Copy link
Author

CoSoCo commented Nov 21, 2018

The only ones I can see being useful are:

timeCreated
timeLastUsed
timePasswordChanged
timesUsed

These fields may additionally be of value.

Everything else is uninformative/unreliable. There is no comment field.

I was in error referring to "Password Exporter". The listed fields I got from "Saved Password Editor", see (in German): saved password editor.
But if I remember correct, those fields were also exported by "Password Exporter", which I guess are important for the later import by this addon. Additionally there is a boolean field "type".

@unode
Copy link
Owner

unode commented Apr 15, 2021

It's unlikely that this will be implemented. If there's still interest feel free to reopen.

@unode unode closed this as completed Apr 15, 2021
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