GurpreetKang / BitwardenDecrypt

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

change key paths to fix keyErrors #13

Closed pro4tlzz closed 2 years ago

pro4tlzz commented 2 years ago

With the current version of the script there are several key errors from lines 290-294, this is because Bitwarden changed the JSON structure.

I did some hacking and found the new paths which fixes the key errors. Unfortunately rest of the script returns {}

My expertise ends there lol

GurpreetKang commented 2 years ago

Thanks for trying to fix this, but fixing this issue is a little more complex since the data.json now support multiple profiles. I have a partial fix already but haven't had time yet to fully test it yet. I'll try to make it a priority for next week.

pro4tlzz commented 2 years ago

Awesome thank you, keep it up!