Bitwarden is een wachtwoordmanager die regelmatig op Tweakers voorbijkomt. Het is opensource en heeft ook de mogelijkheid om het op een eigen server te draaien. Ontwikkelaar Daniel García heeft een onofficiële in Rust ontwikkelde implementatie van Bitwarden gemaakt, in eerste instantie onder de naam Bitwarden_rs maar sinds een paar jaar als Vaultwarden. Het gaat alleen om de serverkant van de wachtwoordmanager; voor de clients kan de officiële software van Bitwarden worden gebruikt. Vaultwarden is lichter in gebruik en heeft ook functionaliteit waarvoor bij Bitwarden moet worden betaald, waaronder functionaliteit voor het beheer van wachtwoorden op organisatieniveau. Versie 1.34.2 van Vaultwarden is uitgekomen en hier zijn de volgende veranderingen en verbeteringen in aangebracht:
Notable changesWhat's Changed
- Updated web vault to 2025.7.0
- Included experimental support for S3 file backend using OpenDAL. This currently requires compiling from source with the
s3
feature flag, check #5626 for more details.
- Fix css to hide login with passkey in #5890
- Fix css for locked screen in #5905
- Abstract persistent files through Apache OpenDAL in #5626
- Some small admin updates in #5909
- Fix and improvements to password policies in #5923
- Update Alpine to version 3.22 in #5938
- Make css for login-page position independent in #5906
- Minor fixes to copy in
.env.template
in #5928- Update crates and web-vault in #5955
- Allow signup for invited users in #5967
- Fix account recovery withdrawal in #5968
- Fix an issue with yubico keys not validating in #5991
- Misc Updates and favicon fixes in #5993
- Update flags version and enable manual error reporting in #5994
- Use existing reqwest client for AWS S3 requests in #5917
- Fix v2025.6.x clients and newer to delete items in #6004
- Chore: fix some minor issues in the comments in #5998
- Fix hiding email as 2fa provider in #6026
- Update web-vault and admin resources in #6044
- Improve the usage section of the README in #6041
- Close unmatched left parenthesis in the README in #6046
- Update crates, workflow and issue template in #6056
- Update release.yml in #6057
- Fix hash reference in release.yml in #6058
- Fix digest SHA extraction step in #6059
- Hide login form custom fields in #6054
- Adjust issue template in #6096
- Fix: resolve group permission conflicts with multiple groups in #6017
- Update crates in #6100
- Fix account key rotation in #6105