You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.
vaultwarden-web is not affected (yet?), but recent versions of the bitwarden browser plugin use the key field on the item to store a key to use instead of the org/user key.
bitwarden-tools do not honor the items key and use the org/user key instead, failing the hmac.
Recently I noticed I got some credentials in vaultwarden which were not accessible using bitwardentools.
bitwardentools been logging
I've tracked it down to:
bitwardentools/src/bitwardentools/crypto.py
Lines 213 to 217 in cd8748c
The "Symetric hmac verification failed" is swallowed on the way.
The credentiala are part of a collection, other credentials of the same collection work fine.
New credentials created using the bitwarden browser plugin or vaultwardenweb are unreadable by bitwardentools, fine to use in browser plugin.
The text was updated successfully, but these errors were encountered: