Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Argon2 KDF #22

Open
GurpreetKang opened this issue Feb 20, 2023 · 4 comments · May be fixed by #23
Open

Add support for Argon2 KDF #22

GurpreetKang opened this issue Feb 20, 2023 · 4 comments · May be fixed by #23
Assignees
Labels
enhancement New feature or request

Comments

@GurpreetKang
Copy link
Owner

GurpreetKang commented Feb 20, 2023

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

@GurpreetKang GurpreetKang added the enhancement New feature or request label Feb 20, 2023
@GurpreetKang GurpreetKang self-assigned this Feb 20, 2023
@Davek145
Copy link

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
Copy link
Owner Author

@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
Copy link

Davek145 commented Feb 26, 2023

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

@GurpreetKang
Copy link
Owner Author

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

@GurpreetKang GurpreetKang linked a pull request Feb 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants