GurpreetKang / BitwardenDecrypt

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

Is this meant to work for organization backups? #26

Closed PatrickAcheson closed 9 months ago

PatrickAcheson commented 9 months ago

Hi, I created an encrypted export using this command subprocess'bw', 'export', '--organizationid', org_id, '--output', enc_output_file, '--format', 'encrypted_json'. From my understanding this is the same as manually creating an org vault backup from web.

In the event that Bitwarden is down, and I want to decrypted my data.json export and read passwords, how can I do that.

When I try this software I get a key error: email = options.account['email'] KeyError: 'email'.

PatrickAcheson commented 9 months ago

turns out you can export using --password and this works with this script.