Menu

#2657 Import Bitwarden json collections to Keepass

KeePass_2.x
closed
nobody
None
5
2021-10-06
2021-07-30
Me32768
No

Hello,
is it possible to adapt the Bitwarden json importer and get a second option so that it become possible to import collections from Bitwarden? There is a difference between Folders and Collections

I tried how it is possible to import a collection, and witch changes inside the json are nessesary to import correctly to Keepass:

TestSammlung.json

"collections" --> change to "folders" (Row 3)

area "collections"
"organizationId" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", --> remove
"externalId": null --> remove

area "items"
"organizationId" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", --> "organizationId": null,
"collectionIds": [ "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ] --> "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" should be moved to "folderId"
"collectionIds": [ ] --> chnage to "collectionIds": null

Thanke you and have a great weekend.
Greetings
J

2 Attachments

Discussion

  • Me32768

    Me32768 - 2021-07-30

    for Keepass2, my mistake!!!!

     
  • Dominik Reichl

    Dominik Reichl - 2021-10-06
    • status: open --> closed
    • Group: KeePass --> KeePass_2.x
     
  • Dominik Reichl

    Dominik Reichl - 2021-10-06

    In Bitwarden, an item can be in exactly one folder or in one or more collections. So, Bitwarden's folders correspond to KeePass' groups, and collections correspond to tags.

    I've now enhanced the Bitwarden import module to import collection names as tags.

    Here's the latest development snapshot for testing:
    https://keepass.info/filepool/KeePass_211006.zip

    Thanks and best regards,
    Dominik

     

Log in to post a comment.

MongoDB Logo MongoDB