AliasVault is een privacy-first wachtwoord- en e-mailaliasmanager van Nederlandse bodem, waarmee voor iedere website een unieke identiteit en e-mailalias aan kan worden gemaakt. De software is opensource en volledig end-to-end versleuteld. Er kan van een publieke cloud gebruik worden gemaakt en het biedt ook de mogelijkheid om het volledig zelf te hosten via Docker. Clientsoftware is beschikbaar voor Android en iOS en er zijn extensies voor de gangbaarste webbrowsers. Het wordt door Leendert de Borst ontwikkeld, die ook hier op Tweakers actief is. Versies 0.21.0 is verschenen en de releasenotes daarvan zien er als volgt uit:
What's ChangedNew Features
- Multilanguage: All client apps (web app, browser extension, mobile app) are now fully multilingual, and AliasVault is now officially available in English and Dutch. Translations are managed via Crowdin, and we’re looking for contributors to help add more languages like German, French, and Spanish and more. Want to help?
- Advanced password generator: Advanced password generator options are now available in the browser extension and mobile apps. Now you can control the generated password length and complexity on-the-fly when creating a new credential through the apps.
- Attachment improvements: You can now upload/download attachments via the browser extension and mobile apps. The mobile app also features a preview for images and text files, allowing you to securely view images from inside your encrypted vault without having to store them locally on your phone.
- Self-host improvements: Added improved checks to self-host installation such as OS platform detections. Also fixed issues with false-positive warnings showing up in the logs, making troubleshooting when any local issues occur easier to do.
- Misc tweaks: Improved credential search and filtering across all apps to make it easier to find the correct credentials. Add "load more" button to recent email blocks in all apps. Add more statistics to admin page. Add option to "reset" vault on import/export page in web app. Also fixed a number of reported bugs.
Bug Fixes
- Make web app multilingual in #991
- Make browser extension multilingual in #996
- Make mobile app multilingual in #999
- Make API return status translation keys instead of literal text so clients can translate it in #1009
- Add reset vault option to delete all credentials in web app in #1018
- Add install.sh dependency check for 64-bit OS in #1020
- Update .NET DataProtection config to be resilient against container r… in #1022
- Tweak enable/disable 2FA flow in web app and add missing translations in #1030
- Improve credential filter and search logic to make it smarter across all clients in #1032
- Add load more button to recent emails components in #1039
- Add recent activity statistics to admin in #1038
- Add email storage page to admin in #1042
- Add credential file attachment upload/download to browser extension in #1048
- Add credential attachment upload/download feature to mobile app in #1050
- Add advanced password generator to mobile apps in #1052
Dependencies Updates
- Fix admin "restore vault" button in #1028
- Show correct breadcrumbs in admin in #1025
- Set default date format to prevent local region setting conflicts in self-hosted installs in #1036
- Fix public SpamOK email loading issue on mobile app in #1044
- Make text in plain text emails selectable on Android in #1045