-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
TOTP and Argon2Id support missing from Bitwarden import #10400
Copy link
Copy link
Description
Summary
- Currently the import function only seems to support protected vault exports that use the PBKDF2 derivation function. Trying to import vault exports that use the Argon2Id derivation function will return the error "Failed to decrypt json file: Wrong password"
- Also, for successful imports, it looks like the TOTP field is not imported, resulting in information loss during the import.
Context
Some people might store their TOTPs in Bitwarden vaults or use the Argon2Id derivation function. Not supporting those features would mean that they would not be able to import their Bitwarden vaults using this method.
Reactions are currently unavailable