Skip to content

Releases: GurpreetKang/BitwardenDecrypt

Version 1.6

17 Oct 18:16
b1ab6c6
Compare
Choose a tag to compare

New:

  • Add support for decrypting password protected encrypted JSON export (#19).
  • Fix for file format change introduced in Bitwarden Desktop v2022.8.0 (#17)

Fixes:

  • Change line endings from CRLF to LF. (#20).

Other:

  • Minor code cleanup.



Full Changelog: v1.5...v1.6

Version 1.5

09 Jul 17:16
86b6053
Compare
Choose a tag to compare

New:

  • Support for writing output to file (#9).
  • Support for multiple accounts introduced in the new (v1.30.0+) data.json file format (#12).
    Only 1 account will be decrypted per run.

Fixes:

  • Support for the new (v1.30.0+) data.json file format (#12).
  • Handle Unsupported EncryptionType Gracefully (#15).

Other:

  • Minor code cleanup.

Full Changelog: v1.4...v1.5

Version 1.4

04 Nov 18:59
4155220
Compare
Choose a tag to compare

New:

  • Initial support for decrypting (text) Bitwarden Sends (#6).

Fixes:

  • Decryption would fail with UnicodeDecodeError when processing an entry with attachments (#5).

Other:

  • Minor code cleanup.
  • Updated requirements.txt

Version 1.3

13 Mar 20:09
d935454
Compare
Choose a tag to compare

Fixes:

  • Unicode (Non-ASCII) Characters Are Escaped In Output

Version 1.2

18 Aug 17:59
c26de27
Compare
Choose a tag to compare

New:

  • Initial support for decrypting items from a Collection (Organization).

Version 1.1

03 Aug 22:30
3c8f9c0
Compare
Choose a tag to compare

Fixed:

  • Script would fail if decrypted CipherString had a leading or trailing double quote.

New:

  • Now verifies MAC before decrypting CipherString.

Version 1.0

31 Jul 01:51
a5269a9
Compare
Choose a tag to compare

Initial release of BitwardenDecrypt.