gutenye / password-manager-tools

Easily move/transfer/import/convert passwords from one password manager to another, including Bitwarden and Apple Passwords/iCloud Keychain.
MIT License
3 stars 0 forks source link

Missing URL in passwords without FIX WEBSITE tag #4

Open anuraagm0 opened 1 week ago

anuraagm0 commented 1 week ago

I have number of passwords which came in without the FIXWEBSITE tag. The default URL field has no data at all. See that in iOS as well as macOS. image

gutenye commented 1 week ago

@anuraagm0 Thank you for reporting this. Could you please provide a minimal bitwarden.json file so that I can reproduce the issue? Feel free to modify the URL and other details to protect your privacy.

gutenye commented 1 week ago

Please make sure you're running the latest version 1.1.0. I've fixed several bugs. You can check with bunx @gutenye/password-manager-tools version. If it's not the latest, run it with bunx @gutenye/password-manager-tools@1.1.0 version

anuraagm0 commented 1 week ago

Happy to help but not sure how to redact the data in an encrypted .json. I will export the 2-3 passwords which are behaving this way, redact the data and send it over to you.

On Oct 28, 2024, at 5:11 PM, Guten @.***> wrote:

bunx @gutenye/password-manager-tools version

gutenye commented 1 week ago

You can construct one from this minimal template, I suspect it's a URL issue, filling the the URLs there and test it. Change match to 1 for the Host type

Will add a decrypt command later

gutenye commented 1 week ago

decrypt command is added, use bunx @gutenye/bitwarden-password-tools decrypt input.json output.json to decrypt it.