doy / rbw

unofficial bitwarden cli
https://git.tozt.net/rbw
Other
640 stars 87 forks source link

Fix argon2 login #113

Closed quexten closed 1 year ago

quexten commented 1 year ago

Seems my test account was set to pbkdf2 when I tested the argon2 PR after switching to rustcrypto. The login did not actually work on argon2 after switching (sorry about that). This PR fixes the login on argon2.

fictitiousexistence commented 8 months ago

Fyi for anyone else switching from pbkdf2 to argon2, you need to delete your local db first (rbw purge) and resync (rbw sync).