Versie 2.7.12 van de opensourcewachtwoordmanager KeePassXC is uitgekomen. Het programma is een afgeleide van KeePass Password Safe en wordt ontwikkeld in C++ met Qt voor het grafische deel waarmee het op Linux, macOS en Windows een passend uiterlijk biedt. Met KeePassXC kunnen accounts worden opgeslagen met alle bijbehorende gegevens, zoals gebruikersnaam, wachtwoord en URL. Alle gegevens worden veilig in een met aes, twofish of ChaCha20 versleutelde database opgeslagen. Verder kan het programma automatisch wachtwoorden genereren en lijsten im- en exporteren. In deze uitgave zijn de volgende veranderingen en verbeteringen doorgevoerd:
KeePassXC 2.7.12 releasedKeePassXC now supports
{TIMEOTP}as an Auto-Type placeholder, the browser access confirm dialog now shows matched URLs in a tooltip, we added support for nested folders in Bitwarden imports, and Passkeys now store their backup elegibility (BE) and backup state (BS) flags. We also added mitigations to prevent DLL injection attacks via malicious OpenSSL config files on Windows.Important note about the new passkey flags: Previously, the BE and BS flags were hard-coded to
Changesfalse. We now default totrueand store the values with the entry for new passkeys. This may break existing passkeys for which the flags were not stored, since the values are considered immutable. To fix this, users can add the following two string attributes to an entry (under “Advanced”):KPEX_PASSKEY_FLAG_BE=0andKPEX_PASSKEY_FLAG_BS=0to restore the previous behaviour.Fixes
- Passkeys: Set BE and BS flags to true (NOTE: MAY BREAK EXISTING PASSKEYS) [#13042]
- Support TIMEOTP autotype and entry placeholder [#13117]
- Browser: Show URLs in browser access dialog [#12906]
- Bitwarden Import: Add support for nested folders [#13081]
- Prevent exploits through OpenSSL configurations [#13118, #13124]
- Auto-Type: Revert change that caused race condition on Linux [#12738]
- Auto-Type: Fix help button enablement [#12937]
- Browser: Fix showing correct checkbox value in entry Browser Integration settings [#12980]
- Browser: Fix setting browser related values to customData [#13026]
- Passkeys: Add publicKey to register response [#12757]
- Fix main entry URL validation when using placeholders [#12964]
- Fix minor font and theme issues [#12814]
- Fix 'Remove' button in Plugin Data being enabled when no row is selected [#12916]
- Sanitize attachment file names before saving [#13114]
