GurpreetKang / BitwardenDecrypt

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

Add support for Argon2 KDF #22

Open GurpreetKang opened 1 year ago

GurpreetKang commented 1 year ago

Add support for Argon2 KDF (added in Bitwarden v2023.2.0).

Davek145 commented 1 year ago

Hi, I have finished my modification of the BitwardenDecrypt script to support Argon2 KDF added in Bitwarden 2023.2.0. It is working well for vaults I have on my server. It is utilizing argon2-cffi library. I do not have pull access to this repository, so I was not able to upload it as branch. Please, give my pull access and I will upload my script modification for your review.

GurpreetKang commented 1 year ago

@Davek145, thank you for your work on this. You will need to fork this repo, make changes on a branch in your forked repo, and then create a pull request.

Davek145 commented 1 year ago

Correct, long time I did it last time in git. Here it is: https://github.com/GurpreetKang/BitwardenDecrypt/pull/23#issue-1600188660

GurpreetKang commented 1 year ago

Thanks for PR #23. It might be a few days until I have time to fully test it.