KeePass Password Safe

visionaer79

New member
KeePass Password Safe merkt sich Passwörter. Die praktische Freeware speichert Zugangsdaten für E-Mail-Konten, Benutzernamen, FTP-Server, Online-Banking, Foren, geschützte Webseiten etc.. Den Zugriff auf diese Sammlung wichtiger Daten sperrt die Software mit einem Master-Passwort.
So muss man sich statt vieler nur noch ein einziges Passwort merken. Um den Überblick nicht zu verlieren, organisiert KeePass Password Safe die Zugangsdaten in verschiedene Kategorien und verschlüsselt sie mittels den effizienten Algorithmen AES und Twofish.

Konsequent eingesetzt, hat man mit dieser kostenlosen Software stets die richtigen Zugangsdaten parat.
 
Changes from 2.06 Beta to 2.07 Beta:

New Features:

* Added powerful trigger system (when events occur, check some conditions and execute a list of actions; see options dialog in 'Advanced'; more events / conditions / actions can be added later based on user requests, and can also be provided by plugins).
* Native master key transformations (rounds) are now computed by the native KeePassLibC support library (which contains the new, highly optimized transformation code used by KeePass 1.15, in two threads); on dual/multi core processors this results in almost triple the performance as before (by tripling the amount of rounds you'll get the same waiting time as in 2.06, but the protection against dictionary and guessing attacks is tripled).
* Added recycle bin (enabled by default, it can be disabled in the database settings dialog).
* Added Salsa20 stream cipher for CryptoRandomStream (this algorithm is not only more secure than ArcFour, but also achieves a higher performance; CryptoRandomStream defaults to Salsa20 now; port developers: KeePass uses Salsa20 for the inner random stream in KDBX files).
* KeePass is now storing file paths (last used file, MRU list) in relative form in the configuration file.
* Added support for importing 1Password Pro CSV files.
* Added support for importing KeePass 1.x XML files.
* Windows XP and higher: added support for double-buffering in all list views (including entry lists).
* Windows Vista and higher: added support for alpha-blended marquee selection in all list views (including entry lists).
* Added 'EditEntry', 'DeleteEntry', 'AddEntries' and 'DeleteAllEntries' commands in KPScript scripting tool.
* Added support for importing special ICO files.
* Added option to exit instead of locking the workspace after the specified time of inactivity.
* Added option to minimize the main window after locking the KeePass workspace.
* Added option to minimize the main window after opening a database.
* Added support for exporting to KDBX files.
* Added command to remove deleted objects information.
* TrlUtil now checks for duplicate accelerator keys in dialogs.
* Added controls in the entry editing dialog to specify a custom text foreground color for entries.
* KeePass now retrieves the default auto-type sequence from parent groups when adding new entries.
* The password character picking dialog can now be invoked multiple times when auto-typing (use {PICKPASSWORDCHARS}, {PICKPASSWORDCHARS2}, {PICKPASSWORDCHARS3}, etc.).
* Added '-set-urloverride', '-clear-urloverride' and '-get-urloverride' command line options.
* Added '-set-translation' command line option.
* Added option to print custom string fields in details mode.
* Various entry listings now support custom foreground and background colors for entry items.
* Added 'click through' behavior for menus and toolbars.
* File association methods are now UAC aware.

Improvements / Changes:

* User interface is now blocked while saving to a file (in order to prevent accidental user actions that might interfere with the saving process).
* Improved native modifier keys handling on 64-bit systems.
* Improved application startup performance.
* Added image list processing workaround for Windows 7.
* OK button is now reenabled after manually activating the key file checkbox and selecting a file in the master key dialog.
* The master key dialog now appears in the task bar.
* When KeePass is minimized to tray and locked, pressing the global auto-type hot key doesn't restore the main window anymore.
* The installer now by default installs KeePass 1.x and 2.x into separate directories in the program files folder.
* The optional autorun registry keys of KeePass 1.x and 2.x do not collide anymore.
* File type association identifiers of KeePass 1.x and 2.x do not collide anymore.
* File MRU list now uses case-insensitive comparisons.
* Improved preview updates in Print and Data Viewer dialogs.
* Message service provider is thread safe now.
* Threading safety improvements in KPScript scripting plugin.
* Improved control state updates in password generator dialog.
* Improved master password validation in 'New Database' dialog.
* Times are now stored as UTC in KDBX files (ISO 8601 format).
* Last access time fields are now updated when auto-typing, copying fields to the clipboard and drag&drop operations.
* KPScript scripting tool now supports in-memory protection.
* Database is not marked as modified anymore when closing the import dialog with Cancel.
* Added asterisks in application policy editing dialog to make clearer that changing the policy requires a KeePass restart.
* Double-clicking a format in the import/export dialog now automatically shows the file browsing dialog.
* Improved permanent entry deletion confirmation prompt.
* Improved font objects handling.
* Expired groups are now rendered using a striked out font.
* Improved auto-type statement conversion routine in KeePass 1.x KDB file importer.
* Clipboard clearing countdown is not started anymore when copying data fails (e.g. policy disabled).
* Improved synchronization with URLs.
* The database maintenance dialog now only marks the database as modified when it actually has removed something.
* KeePass now broadcasts a shell notification after changing the KDBX file association.
* Improved warning message when trying to directly open KeePass 1.x KDB files.
* Improved Linux / Mac OS X compatibility.
* Improved MSI package (removed unnecessary dependency).
* TrlUtil: improved NumericUpDown and RichTextBox handling.
* Installer now checks for minimum operating system version.
* Installer: file association is now a task, not a component.
* Installer: various other improvements.
* Various code optimizations.
* Minor other improvements.

Bugfixes:

* When cloning a group tree using drag&drop, KeePass now assigns correct parent group references to cloned groups and entries.
* Fixed crash when clicking 'Cancel' in the settings dialog when creating a new database.

Code:
http://sourceforge.net/project/downloading.php?groupname=keepass&filename=KeePass-2.07-Beta-Setup.exe&use_mirror=mesh

Deutsches Sprachmodul:
Code:
http://sourceforge.net/project/downloading.php?groupname=keepass&filename=German-2.07.zip&use_mirror=mesh
 
Code:
Changes from 2.12 to 2.13:

New Features:

    * Password quality estimation algorithm: added check for about 1500 most common passwords (these are rated down to 1/8th of their statistical rating; Bloom filter-based implementation).
    * Global auto-type (using a system-wide hot key) is now possible on Unix-like systems (see the documentation for setup instructions, section 'Installation / Portability' in the 'KeePass 2.x' group; thanks to Jordan Sissel for enhancing 'xdotool').
    * Added IPC functionality for Unix-like systems.
    * Added possibility to write export plugins that don't require an output file.
    * Tag lists are sorted alphabetically now.
    * Password text boxes now use a monospace font by default.
    * Added option to select a different font for password text boxes (menu 'Tools' -> 'Options' -> tab 'Interface').
    * Added support for importing Password Prompter 1.2 DAT files.
    * Added ability to export to Windows/IE favorites.
    * Added ability to specify IO credentials in the 'Synchronize' trigger action.
    * Added ability to specify IO credentials and a master key in the 'Open database file' trigger action.
    * If IO credentials are stored, they are now obfuscated.
    * Custom colors in the Windows color selection dialog are now remembered.
    * Added high resolution version of the KeePass application icon.
    * Improved lock overlay icon (higher resolution).
    * PLGX loader: added support for unversioned KeePass assembly references.

Improvements / Changes:

    * Added workaround to avoid alpha transparency corruption when adding images to an image list.
    * Improved image list generation performance.
    * Added workaround to display the lock overlay icon when having enabled the option to start minimized and locked.
    * Improved group and entries deletion confirmation dialogs (with preview; only Windows Vista and higher).
    * The password character picking dialog now offers the raw password characters instead of an auto-type encoded sequence.
    * PINs importer: improved importing of expiry dates.
    * Some button icons are now resized to 16x15 when the 16x16 icon is too large.
    * Renamed character repetition option in the password generator for improved clarity.
    * Improved workspace locking.
    * Locking timer is now thread-safe.
    * Added code to prevent loading libraries from the current working directory (to avoid binary planting attacks).
    * Removed Tomboy references (on Unix-like systems).
    * Various code optimizations.
    * Minor other improvements.

Bugfixes:

    * {NEWPASSWORD} placeholder: special characters in generated passwords are now transformed correctly based on context (auto-type, command line, etc.).

Code:
http://downloads.sourceforge.net/keepass/KeePass-2.13-Setup.exe

Portable:

Code:
http://downloads.sourceforge.net/keepass/KeePass-2.13.zip
 
Code:
Changes from 2.13 to 2.14:

New Features:

    Added option to lock after some time of global user inactivity.
    Added option to lock when the remote control status changes.
    Auto-type on Unix-like systems: added special key code support (translation to X KeySyms) and support for {DELAY X} and {DELAY=X}.
    Added window activation support on Unix-like systems.
    Auto-type on Windows: added {VKEY X} special key code (sends virtual key X).
    Added support for importing DataVault 4.7 CSV files.
    Added support for importing Revelation 0.4 XML files.
    Added 'Auto-Type - Without Context' application policy to disable the 'Perform Auto-Type' command (Ctrl+V), but still leave global auto-type available.
    Added option to collapse newly-created recycle bin tree nodes.
    Added 'Size' column in the history list of the entry dialog.
    Added trigger action to remove custom toolbar buttons.
    Added kdbx:// URL scheme overrides (for Windows and Unix-like systems; disabled by default).
    Added KeePass.exe.config file to redirect old assemblies to the latest one, and explicitly declare .NET 4.0 runtime support.
    Added documentation for the '-pw-enc' command line parameter, the {PASSWORD_ENC} placeholder and URL overrides.
    Added workaround for ^/& .NET SendKeys issue.

Improvements / Changes:

    New locking timer (using a timeout instead of a countdown).
    Improved locking when the Windows session is being ended or switched.
    Improved multi-database locking.
    Separated the options for locking when the computer is locked and the computer is about to be suspended.
    {FIREFOX} placeholder: added support for registry-redirected 32-bit Firefox installations on 64-bit Windows systems.
    File transactions: the NTFS/EFS encryption flag is now also preserved when the containing directory isn't encrypted.
    The IPC channel name on Unix-like systems is now dependent on the current user and machine name.
    KeePass now selects the parent group after deleting a group.
    Entries are now marked as modified when mass-changing their colors or icons.
    Key states are now queried on interrupt level.
    A {DELAY=X} global delay now affects all characters of a keystroke sequence when TCATO is enabled, too.
    Improved dialog closing when exiting automatically.
    Plugin-provided entry list columns can now be right-aligned at KeePass startup already.
    Removed KDBX DOM code.
    Installer: the KeePass start menu shortcut is now created directly in the programs folder; the other shortcuts have been removed (use the Control Panel for uninstalling and the 'Help' menu in KeePass to access the help).
    Various code optimizations.
    Minor other improvements.

Bugfixes:

    Quotes in parameters for the 'Execute command line / URL' trigger action are now escaped correctly.
    Auto-type on Unix-like systems: window filters without wildcards now match correctly.

Code:
http://downloads.sourceforge.net/keepass/KeePass-2.14-Setup.exe

Portable:

Code:
http://downloads.sourceforge.net/keepass/KeePass-2.14.zip
 
Code:
Changes from 2.14 to 2.15:

New Features:

    Added option to show the master key dialog on a secure desktop (similar to Windows' UAC; almost no keylogger works on a secure desktop; the option is disabled by default for compatibility reasons).
    Added option to limit the number of history items per entry (the default is 10).
    Added option to limit the history size per entry (the default is 6 MB).
    Added {PICKCHARS} placeholder, which shows a dialog to pick certain characters from an entry string; various options like specifying the number of characters to pick and conversion to down arrow keypresses are supported; see the one page long documentation on the auto-type help page; the less powerful {PICKPASSWORDCHARS} is now obsolete (but still supported for backward compatibility).
    The character picking dialog now remembers and restores its last position and size.
    KDBX file format: attachments are now stored in a pool within the file and entries reference these items; this reduces the file size a lot when there are history items of entries having attachments.
    KDBX file format: attachments are now compressed (if the compression option is enabled) before being Base64-encoded, compressed and encrypted; this results in a smaller file, because the compression algorithm works better on the raw data than on its encoded form.
    PLGX plugins can now be loaded on Unix-like systems, too.
    Added option to specify a database color; by specifying a color, the main window icon and the tray icon are recolored and the database tab (shown when multiple databases are opened in one window) gets a colored rectangle icon.
    New rich text builder, which supports using multiple languages in one text (e.g. different Chinese variants).
    Added 'Sort By' popup menu in the 'View' menu.
    Added context menu commands to sort subgroups of a group.
    Added option to clear master key command line parameters after using them once (enabled by default).
    Added application policies to ask for the current master key before changing the master key and/or exporting.
    Added option to also unhide source characters when unhiding the selected characters in the character picking dialog.
    Added ability to export custom icons.
    Added 'String' trigger condition.
    Added support for importing DataViz Passwords Plus 1.007 CSV files.
    Enhanced 1Password Pro importer to also support 1PW CSV files.
    Enhanced FlexWallet importer to also support version 2006 XML files (in addition to version 1.7 XML files).
    Enabled auto-suggest for editable drop-down combo boxes (and auto-append where it makes sense).
    Pressing Ctrl+Enter in the rich text boxes of the entry dialog and the custom string dialog now closes with OK (if possible).
    Added option to cancel auto-type when the target window changes.
    Auto-type on Unix-like systems: added support for key modifiers.
    Added '--saveplgxcr' command line option to save compiler results in case the compilation of a PLGX plugin fails.
    Added workaround for % .NET SendKeys issue.
    Added workaround for Mono bug 620618 in the main entry list.

Improvements / Changes:

    Improved key file suggestion performance.
    When the master key change application policy is disabled and the master key expires (forced change), KeePass now shows the two information dialogs only once per opening.
    After removing the password column, hiding behind asterisks is suggested by default now when showing the column again.
    TAN entries now expire on auto-type, if the option for expiring TANs on use is enabled.
    Auto-type now sends acute and grave accents as separate characters.
    Auto-type now explicitly skips the taskbar window when searching for the target window.
    Multiple lines are now separated in the entry list and in the custom string list of the entry dialog by a space.
    RoboForm importer: improved multiline value support.
    Improved UNC path support.
    Improved entry list refresh performance.
    Improved UI state update performance.
    Entry list context menus are now configured instantly.
    Inapplicable group commands are now disabled.
    Improved control focusing.
    Improved clipboard handling.
    Copying and pasting whole entries is now also supported on Windows 98 and ME.
    Improved releasing of dialog resources.
    Improved keys/placeholders box in auto-type editing dialog.
    Improved user-friendliness in UAC dialogs.
    Tooltips of the tab close button and the password repeat box can be translated now.
    Improved help (moved placeholders to separate page, ...).
    KeePassLibSD now uses the SHA-256 implementation of Bouncy Castle.
    Upgraded installer.
    Various code optimizations.
    Minor other improvements.

Bugfixes:

    Window titles are now trimmed, such that auto-type also works with windows whose titles have leading or trailing whitespace characters.
    Detection of XSL files works under Linux / Mac OS X now, too.

Code:
http://downloads.sourceforge.net/keepass/KeePass-2.15-Setup.exe

Portable:

Code:
http://downloads.sourceforge.net/keepass/KeePass-2.15.zip
 
Code:
Changes from 1.18 to 1.19:

New Features & Improvements:

    Added option to remember key sources (key file paths, provider names, ...); it's enabled by default.
    New locking timer (using a timeout instead of a countdown).
    Lock files are now hidden.
    On Windows 7 and higher, the main window peek preview is now disabled when the KeePass workspace is locked.
    File transactions: the NTFS/EFS encryption flag is now also preserved when the containing directory isn't encrypted.
    {FIREFOX} placeholder: added support for registry-redirected 32-bit Firefox installations on 64-bit Windows systems.
    Relative database paths on the command line are now evaluated relatively to the initial working directory (specified by the parent process) instead of the last used directory.
    Improved user-friendliness in UAC dialogs.
    Improved help (moved placeholders to separate page, ...).
    Installer: the KeePass start menu shortcut is now created directly in the programs folder; the other shortcuts have been removed (use the Control Panel for uninstalling and the 'Help' menu in KeePass to access the help).
    Upgraded installer.
    Various code optimizations.
    Minor other improvements.

Bugfixes:

    (None).

Changes from 1.19 to 1.19b:

New Features & Improvements:

    (None).

Bugfixes:

    Command line options provided by plugins work correctly again.

Zip-Package:
Code:
http://downloads.sourceforge.net/keepass/KeePass-1.19b.zip

Installer:
Code:
http://downloads.sourceforge.net/keepass/KeePass-1.19b-Setup.exe
 
Code:
New Features:

    Added option to specify a database color; by specifying a color, the main window icon and the tray icon are recolored.
    When searching for a string containing a whitespace character, KeePass now splits the terms and reports all entries containing all of the terms (e.g. when you search for "Forum KeePass" without the quotes, all entries containing both "Forum" and "KeePass" are reported); the order of the terms is arbitrary; if you want to search for a term containing whitespace, enclose the term in quotes.
    Added support for sending keystrokes (auto-type) to windows that are using different keyboard layouts.

Improvements:

    Improved version formatting in update dialog.
    On Windows Vista and higher, the restart dialog after changing the language is now shown as modern task dialog.
    KeePassLibC can now be compiled in debug x64 and release Unicode x64 mode.
    Various code optimizations.
    Minor other improvements.

Bugfixes:

    (None).

Zip-Package:
Code:
http://downloads.sourceforge.net/keepass/KeePass-1.20.zip

Installer:
Code:
http://downloads.sourceforge.net/keepass/KeePass-1.20-Setup.exe
 
Back
Top