Dominik Reichl heeft versie 2.38 van KeePass Password Safe uitgebracht. Met deze opensource-wachtwoordmanager kunnen accounts worden opgeslagen, inclusief de bijbehorende gegevens, zoals gebruikersnaam, wachtwoord en url. Alle gegevens worden veilig in een met het Rijndael-algoritme versleutelde database opgeslagen. Verder kan het programma automatisch wachtwoorden genereren en lijsten im- en exporteren. Door het toevoegen van dit taalbestand kan het programma ook in het Nederlands worden gebruikt.
Van KeePass Password Safe bestaan twee verschillende uitvoeringen die beide actief worden ontwikkeld. Versie 1.x is niet afhankelijk van andere software en werkt alleen onder Windows. Versie 2 maakt intern gebruik van xml en heeft verder minimaal versie 2.0 van het .Net Framework nodig of, als het programma onder Linux, macOS of FreeBSD wordt gebruikt, van Mono versie 2.6 of hoger. Een volledig overzicht van de verschillen tussen versie 1 en 2 is op deze pagina te vinden. Hieronder staat de changelog van deze uitgave.
New Features:
- The installers (regular and MSI) now create an empty 'Languages' folder in the application directory, and the portable package now also contains such a folder; language files should now be stored in this folder.
- Added button 'Open Folder' in the language selection dialog, which opens the 'Languages' folder.
- Added button 'Open Folder' in the plugins dialog, which opens the 'Plugins' folder.
- Added a runtime activation policy setting (to improve compatibility with Microsoft User Experience Virtualization).
- Added option 'Icon' and an option for specifying the placeholder behavior (replace or not, or both forms) in the 'Print' / HTML export dialog.
- Printing / HTML export: the notes of a group are now displayed below the group name.
- Enhanced the Password Exporter import module to support XML files created by version 1.3.4.
- Added workaround for Microsoft Office breaking the 'Print' shell verb for HTML files.
- Added workaround for Mono list view item deletion bug.
- Added workaround for Mono command line argument encoding bug.
- KPScript: the '
AddEntry
' and 'EditEntry
' commands now support the '-setx-Icon
' and '-setx-CustomIcon
' parameters, which set the icon of the entry.- KPScript: the '
ChangeMasterKey
' command now supports the '-newpw-enc
' parameter (for specifying the new master password in encrypted form, compatible with the{PASSWORD_ENC}
placeholder).- KPScript: the '
ListEntries
' command now supports all '-ref-*
' and '-refx-*
' parameters.Improvements:
- Password quality estimation: improved compatibility with process memory protection.
- Improved UI scaling when using KeePass on multiple systems with different DPI values.
- Printing / HTML export: improved embedding of CSS.
- Printing / HTML export: spaces in passwords are now encoded as non-breaking spaces.
- Improved UI updating in the 'Print' / HTML export dialog.
- Enhanced KDE system font detection.
- Improved fatal error handling.
- Various improvements in the language selection dialog.
- KPScript: improved behavior of '
-ref-*
' parameters when combined with the '-refx-All
' option.- Various code optimizations.
- Minor other improvements.
Bugfixes:
- Fixed HTML generation bug: when the option 'Use monospace font for passwords' was turned off, a generated HTML file in 'Details' mode could contain invalid end tags.