GurpreetKang / BitwardenDecrypt

Decrypts an encrypted Bitwarden data.json file.
GNU General Public License v3.0
245 stars 30 forks source link

Support for data.json 2024.1.0 file format #30

Open Davek145 opened 2 months ago

Davek145 commented 2 months ago

Added support for changes in structure for data.json introduced in recent versions of Bitwarden desktop and CLI clients. Supported are data.json files up to version 2024.1.0. Additional changes were introduced in versions from 2024.2.0 onwards, these are not supported by this branch.

Davek145 commented 2 months ago

This branch includes also all changes in pull request #23, which has not been merged yet.