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

Bitwarden Desktop 2022.8.0 data.json files can not be decrypted #17

Closed
casualsailo opened this issue Aug 8, 2022 · 4 comments
Closed
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@casualsailo
Copy link

It looks like the structure of the organizationKeys json node changed slightly in the latest version, which I think is causing the decrypting error

Bitwarden Desktop 2022.8.0 Error

@GurpreetKang
Copy link
Owner

Thanks for reporting this, I'll look into this shortly.

GurpreetKang added a commit that referenced this issue Aug 8, 2022
Initial fix for data.json file format change introduced in Bitwarden Desktop 2022.8.0. (#17)

While this works for new data.json files from v2022.8.0, it will fail on files from older versions.
@GurpreetKang
Copy link
Owner

Temporary fix available here: Fix for format change in Bitwarden Desktop 2022.8.0

While this works for new data.json files from v2022.8.0, it will fail on files from older versions so I'll need to create a more robust fix before making a new release.

GurpreetKang added a commit that referenced this issue Aug 8, 2022
Fix for data.json file format change introduced in Bitwarden Desktop 2022.8.0. (#17)

Fix support for pre Desktop 2022.8.0 data.json files.
@GurpreetKang
Copy link
Owner

This version should fix this issue and still support previous data.json files:
https://github.com/raw/GurpreetKang/BitwardenDecrypt/c604c2968e4f0f55344e11a5b97a4bc0e3c4ca32/BitwardenDecrypt.py

Please let me know if it resolves the issue for you.

@GurpreetKang GurpreetKang pinned this issue Aug 9, 2022
@GurpreetKang GurpreetKang self-assigned this Aug 9, 2022
@GurpreetKang GurpreetKang added bug Something isn't working enhancement New feature or request labels Aug 9, 2022
GurpreetKang added a commit that referenced this issue Aug 9, 2022
@GurpreetKang
Copy link
Owner

Closed by 6a5f757

brunomgalmeida pushed a commit to brunomgalmeida/BitwardenDecrypt that referenced this issue Sep 5, 2022
Initial fix for data.json file format change introduced in Bitwarden Desktop 2022.8.0. (GurpreetKang#17)

While this works for new data.json files from v2022.8.0, it will fail on files from older versions.
brunomgalmeida pushed a commit to brunomgalmeida/BitwardenDecrypt that referenced this issue Sep 5, 2022
Fix for data.json file format change introduced in Bitwarden Desktop 2022.8.0. (GurpreetKang#17)

Fix support for pre Desktop 2022.8.0 data.json files.
brunomgalmeida pushed a commit to brunomgalmeida/BitwardenDecrypt that referenced this issue Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants