Autor Nachricht

guepewi

Rang: cappoodoo-Team

Registriert: 10.08.06

Beiträge: 3159

What is KeePass?
Today you need to remember many passwords. You need a password for the Windows network logon, your e-mail account, your homepage's FTP password, online passwords (like website member account), etc. etc. etc. The list is endless. Also, you should use different passwords for each account. Because if you use only one password everywhere and someone gets this password you have a problem... A serious problem. The thief would have access to your e-mail account, homepage, etc. Unimaginable.

KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish).

Home!
Features!
Screenshots!
Different Downloads!

Gruß Guenther ...Oldie But Even Goldie.....
Freie Software: «Freesoftpage»


18.09.08, 10:03:00
# #

Tiggz

Rang: cappoodoo-Team

Registriert: 30.09.07

Beiträge: 4269

KeePass Password Safe 1.15


Homepage: Klick

Changelog: Klick

Direct-Download (Installer): Klick

Direct-Download (Portable): Klick

Deutsche Sprachdatei: Klick
13.02.09, 14:27:28
# #

Tiggz

Rang: cappoodoo-Team

Registriert: 30.09.07

Beiträge: 4269

KeePass Password Safe 1.16


Homepage: Klick

Changelog: Klick

Direct-Download (Installer): Klick

Direct-Download (Portable): Klick

Deutsche Sprachdatei: Klick
07.06.09, 14:57:58
# #

guepewi

Rang: cappoodoo-Team

Registriert: 10.08.06

Beiträge: 3159

KeePassX 0.4.0

Da gibt es noch eine "Variante" als Cross-Plattform, veröffentlicht unter den Bedingungen der GNU General Public License:

KeePassX verwendet ein Datenbank-Format, das kompatibel mit KeePass Password Safe ist.
Die komplette Datenbank ist immer verschlüsselt, entweder mit AES (alias Rijndael) oder Twofish Verschlüsselungsalgorithmus mittels 256 Bit-Schlüssel.

Man kann diese Version als Mobile-Version auf einem USB-Stick verwenden oder einfach die Zip-Datei auf dem normalen PC entpacken und starten.

Home: Click!
Several Downloads: click!

Gruß Guenther ...Oldie But Even Goldie.....
Freie Software: «Freesoftpage»


07.06.09, 18:11:36
# #

DocMorris

Rang: Aufsteiger

Registriert: 18.06.09

Beiträge: 70

Als Ergänzung zu diesem
Die portable Version, wie sie dort verlinkt ist, speichert im lokalen Temp-Verzeichnis Dateien. Das kann man überprüfen, indem man bei geöffnetem Passwort-Dialog zur DB-Öffnung über Start | Ausführen | %temp% ins Temp-Verzeichnis navigiert. Da liegt dann die KeePass-INI
Die Herren von meinen Lienlings-Portable-Tools beheben das Problem hier.
Keine Ahnung, was dort sonst noch zwischengespeichert gespeichert wird, aber wenn ich an einem Fremd-PC sitze, will ich das auch gar nicht wissen mit Augen rollen
27.06.09, 09:38:22
# #

Bean

Rang: VIP

Registriert: 01.12.06

Beiträge: 738

DocMorris hat Recht!
Gut in der INI steht nichts relevantes drin aber trotzdem nicht schön.

EDIT: Die INI wird nicht als Keepass.ini abgespeicher sonder als TMPxxxxx.INI - xxxx sind irgendwelche Zahlen, ob die nun immer gleich sind ka freuen

bye
27.06.09, 11:24:25
# #

Tiggz

Rang: cappoodoo-Team

Registriert: 30.09.07

Beiträge: 4269

KeePass Password Safe 2.08


Changelog:

New Features:

* Key transformation library: KeePass can now use Windows' CNG/BCrypt API for key transformations (about 50% faster than the KeePass built-in key transformation code; by increasing the amount of rounds by 50%, you'll get the same waiting time as in 2.07, but the protection against dictionary and guessing attacks is raised by a factor of 1.5; only Windows Vista and higher).
* Added support for sending keystrokes (auto-type) to windows that are using different keyboard layouts.
* Added option to remember key file paths (enabled by default).
* Added internal editor for text files (text only and RTF formatted text; editor can edit entry attachments).
* Internal data viewer: added support for showing rich text (text with formatting).
* Added inheritable group settings for disabling auto-type and searching for all entries in this group (see tab 'Behavior'); for new recycle bins, both properties are set to disabled.
* Added new placeholders: {DB_PATH}, {DB_DIR}, {DB_NAME}, {DB_BASENAME}, {DB_EXT}, {ENV_DIRSEP}, {DT_SIMPLE}, {DT_YEAR}, {DT_MONTH}, {DT_DAY}, {DT_HOUR}, {DT_MINUTE}, {DT_SECOND}, {DT_UTC_SIMPLE}, {DT_UTC_YEAR}, {DT_UTC_MONTH}, {DT_UTC_DAY}, {DT_UTC_HOUR}, {DT_UTC_MINUTE}, {DT_UTC_SECOND}.
* The password character picking dialog now supports pre-defining the number of characters to pick; append :k in the placeholder to specify a length of k (for example, {PICKPASSWORDCHARS3:5} would be a placeholder with ID 3 and would pick 5 characters from the password); advantage: when having picked k characters, the dialog closes automatically, i.e. saves you to click [OK].
* IDs in {PICKPASSWORDCHARSn} do not need to be consecutive anymore.
* The password character picking dialog now first dereferences passwords (i.e. placeholders can be used here, too).
* Added '-minimize' command line option.
* Added '-iousername', '-iopassword' and '-iocredfromrecent' command line options.
* Added '--auto-type' command line option.
* Added support for importing FlexWallet 1.7 XML files.
* Added option to disable protecting the clipboard using the CF_CLIPBOARD_VIEWER_IGNORE clipboard format.
* Added support for WebDAV URLs (thanks to Ryan Press).
* Added shortcut keys in master key prompt dialog.
* Added entry templates functionality (first specify an entry templates group in the database settings dialog, then use the 'Add Entry' toolbar drop-down button).
* Added AceCustomConfig class (accessible through host interface), that allows plugins to store their configuration data in the KeePass configuration file.
* Added ability for plugins to store custom data in KDBX database files (PwDatabase.CustomData).
* Added interface for custom password generation algorithm plugins.
* URLs in the entry preview window are now always clickable (especially including cmd:// URLs).
* Added option to copy URLs to the clipboard instead of opening them (Options -> Interface, turned off by default).
* Added option to automatically resize entry list columns when resizing the main window (turned off by default).
* Added 'Sync' command in KPScript scripting tool.
* Added FIPS compliance problems self-test (see FAQ for details about FIPS compliance).
* Added Rijndael/AES block size validation and configuration.
* Added NotifyIcon workaround for Mono under Mac OS X.
* Added confirmation box for empty master passwords.
* Added radio buttons in auto-type sequence editing dialog to choose between the default entry sequence and a custom one.
* Added hint that group notes are shown in group tooltips.
* Added test for KeePass 1.x plugins and an appropriate error message.
* Added interface for writing master password requirements validation plugins.
* Key provider plugin API: enhanced key query method by a context information object.
* Key provider plugin API: added 'DirectKey' property to key provider base class that allows returning keys that are directly written to the user key data stream.
* Key provider plugin API: added support for exclusive plugins.
* The '-keyfile' command line option now supports selecting key providers (plugins).
* Auto-Type: added option to send an Alt keypress when only the Alt modifier is active (option enabled by default).
* Added warning when trying to use only Alt or Alt-Shift as global hot key modifier.
* TrlUtil: added search functionality and toolbar.
* TrlUtil: version is now shown in the window title.

Improvements / Changes:

* Improved database file versioning and changed KDBX file signature in order to prevent older versions from corrupting newer files.
* ShInstUtil now first tries to uninstall a previous native image before creating a new one.
* Improved file corruption error messages (instead of index out of array bounds exception text, ...).
* The 'Open in Browser' command now opens all selected entries instead of just the focused one.
* Data-editing commands in the 'Tools' menu in the entry dialog are now disabled when being in history viewing mode.
* Right arrow key now works correctly in group tree view.
* Entry list is now updated when selecting a group by pressing a A-Z, 0-9 or numpad key.
* Improved entry list performance and sorting behavior.
* Improved splitter distance remembering.
* Improved self-tests (KeePass now correctly terminates when a self-test fails).
* The attachment column in the main window now shows the names of the attached files instead of the attachments count.
* Double-clicking an attachment field in the main window now edits (if possible) or shows the first attachment of the entry.
* Group modification times are now updated after editing groups.
* Improved scrolling of the entry list in item grouping mode.
* Changed history view to show last modification times, titles and user names of history entries.
* KeePass now also automatically prompts to unlock when restoring to a maximized window.
* Improved file system root directory support.
* Improved generic CSV importer preview performance.
* When saving a file, its path is not remembered anymore, if the option for opening the recently used file at startup is disabled.
* Improved auto-type input blocking.
* Instead of a blank text, the entry dialog now shows "(Default)" if the default auto-type sequence is used in a window-sequence association.
* Most broadcasted Windows messages do not wait for hanging applications anymore.
* Improved main window hiding at startup when the options to minimize after opening a database and to tray are enabled.
* Default tray action is now dependent on mouse button.
* New entries can now inherit custom icons from their parent groups.
* Improved maximized state handling when exiting while the main window is minimized.
* Improved state updating in key creation form.
* Improved MRU list updating performance.
* Improved plugin incompatibility error message.
* Deprecated {DOCDIR}, use {DB_DIR} instead ({DOCDIR} is still supported for backward compatibility though).
* Last modification times of TAN entries are now updated.
* F12 cannot be registered as global hot key anymore, because it is reserved for kernel-mode / JIT debuggers.
* Improved auto-type statement conversion routine in KeePass 1.x KDB file importer.
* Improved column width calculation in file/data format dialog.
* Improved synchronization status bar messages.
* TrlUtil: base hash for forms is now computed using the form's client rectangle instead of its window size.
* Various code optimizations.
* Minor other improvements.

Bugfixes:

* Recycle bin is now cleared correctly when clearing the database.


Homepage: Klick

Direct-Download (Installer): Klick

Direct-Download (Portable): Klick

Sprachdateien: Klick
05.07.09, 19:39:52
# #

Tiggz

Rang: cappoodoo-Team

Registriert: 30.09.07

Beiträge: 4269

KeePass Password Safe 2.09


Changelog:

* Added option to use file transactions when writing databases (enabled by default; writing to a temporary file and replacing the actual file afterwards avoids data loss when KeePass is prevented from saving the database completely).
* Added PLGX plugin file format.
* Enhanced database synchronization by structure merging (relocation/moving and reordering groups and entries).
* Added synchronization 'Recent Files' list (in 'File' menu).
* Synchronization / import: added merging of entry histories.
* Synchronization / import: backups of current entries are created automatically, if their data would be lost in the merging process.
* Database name, description, default user name, entry templates group and the recycle bin settings are now synchronized.
* Added {NEWPASSWORD} placeholder, which generates a new password for the current entry, based on the "Automatically generated passwords for new entries" generator profile; this placeholder is replaced once in an auto-type process, i.e. for a typical 'Old Password'-'New Password'-'Repeat New Password' dialog you can use {PASSWORD}{TAB}{NEWPASSWORD}{TAB}{NEWPASSWORD}{ENTER}.
* Added scheme-specific URL overrides (this way you can for example tell KeePass to open all http- and https-URLs with Firefox or Opera instead of the system default browser; PuTTY is set as handler for ssh-URLs by default; see Options -> Integration).
* Added option to drop to the background when copying data to the clipboard.
* Added option to use alternating item background colors in the main entry list (option enabled by default).
* The Ctrl+E shortcut key now jumps to the quick search box.
* Added auto-type sequence conversion routine to convert key codes between 1.x and 2.x format.
* Added workaround for internal queue issue in SendKeys.Flush.
* Added more simple clipboard backup routine to workaround clipboard issues when special formats are present.
* Added native clipboard clearing method to avoid empty data objects being left in the clipboard.
* Added import support for custom icons.
* Added {GOOGLECHROME} placeholder, which is replaced by the executable path of Google Chrome, if installed.
* Added {URL:RMVSCM} placeholder, which inserts the URL of the current entry without the scheme specifier.
* Added ability to search for UUIDs and group names.
* Toolbar searches now also search in UUIDs and group names.
* Added {DELAY=X} placeholder to specify a default delay of X milliseconds between standard keypresses in this sequence.
* Added option to disable verifying written database files.
* Attachment names in the entry view are now clickable (to open the attachments in the internal editor or viewer).
* Added Unicode support in entry details view.
* Added option to render menus and toolbars with gradient backgrounds (enabled by default).
* MRU lists now have numeric access keys.
* Added '--entry-url-open' command line option (specify the UUID of the entry as '--uuid:' command line parameter).
* Added 'Application initialized' trigger event.
* Added 'User interface state updated' trigger event.
* Added host reachability trigger condition.
* Added 'Active database has unsaved changes' trigger condition.
* Added 'Save active database' trigger action.
* Added database file synchronization trigger action.
* Added database file export trigger action.
* KeePass now restores the last view when opening databases.
* Added system-wide hot key to execute auto-type for the currently selected entry (configurable in the options).
* Added option to disable auto-type entry matching based on title (by default an entry matches if its title is contained in the target window title).
* Added option to disable marking TAN entries as expired when using them.
* Added option to focus the quick search box when restoring from tray (disabled by default).
* Added entry context menu commands to sort by UUID and file attachments.
* Custom string fields are now appended to the notes when exporting to KeePass 1.x KDB files.
* Enforced configuration files are now item-based (items not defined in the enforced configuration file are now loaded from the global/local configuration files instead of being set to defaults).
* File transactions are used when writing configuration files.
* KPScript: added 'ChangeMasterKey' command.
* ShInstUtil: added check for the presence of .NET.
* TrlUtil: added command under 'Import' that loads 2.x LNGX files without checking base hashes.
* TrlUtil: added control docking support.
* Plugin developers: added static window addition and removal events to the GlobalWindowManager class.
* Plugin developers: added ability to write custom dialog banner generators (CustomGenerator of BannerFactory).
* Plugin developers: the IOConnectionInfo of the database is now accessible through the key provider query context.
* Plugin developers: added static auto-type filter events (plugins can provide own placeholders, do sequence customizations like inserting delays, and provide alternative key sending methods).
* Plugin developers: added UIStateUpdated main window event.


Homepage: Klick

Direct-Download (Installer): Klick

Direct-Download (Portable): Klick

Sprachdateien: Klick
12.09.09, 20:53:12
# #

ak39n

Rang: cappoodoo-Team

Registriert: 12.05.07

Beiträge: 1033

KeePass 1.17


Changelog:

New Features:
- Added option to use file transactions when writing databases (enabled by default; writing to a temporary file and replacing the actual file afterwards avoids data loss when KeePass is prevented from saving the database completely).
- Added high DPI support.
- The Ctrl+E shortcut key now jumps to the quick search box.
- In the main entry list, backup entries are now rendered with green text color.
- Menus are now rendered with gradient item backgrounds.
- Added support for detecting KeePass 2.08 and higher KDBX database files.
- Added {GOOGLECHROME} placeholder, which is replaced by the executable path of Google Chrome, if installed.
- Added '--auto-type' command line option.
- Added '--lock-all' and '--unlock-all' command line options to lock/unlock the workspaces of all other KeePass instances.
- Added 'KeeConfigFileOverrideGlobal' and 'KeeConfigFileOverrideUser' configuration options to change the locations of the configuration files.
- On Windows 7, KeePass now shows a 'locked' overlay icon on the taskbar button when the database is locked.
- On Windows 7, when opening/saving a database, the taskbar button is now animated using an indeterminate progress bar.

Improvements:
- Most broadcasted Windows messages do not wait for hanging applications anymore.
- Improved multi-byte characters support in entry details view.
- Improved toolbar updating after restoring from tray.
- Improved naming of options to clarify their meaning.
- Improved tray icon updating.
- Improved behavior on KDBX error.
- Upgraded installer.
- Various performance improvements.
- Various code optimizations.
- Minor other improvements.


Homepage: klick

Direct-Download: Installer oder Portabel

Deutsche Sprachdatei: klick

Et es, wie´t es - Et kütt wie´t kütt - Et hätt noch immer jot jejange
06.12.09, 10:29:50
# #

Tiggz

Rang: cappoodoo-Team

Registriert: 30.09.07

Beiträge: 4269

KeePass Password Safe 2.10


Changelog:

New Features:

* Translation system: added support for right-to-left scripts.
* Added {HMACOTP} placeholder to generate HMAC-based one-time passwords as specified in RFC 4226 (the shared secret is the UTF-8 representation of the value of the 'HmacOtp-Secret' custom entry string field, and the counter is stored in decimal form in the 'HmacOtp-Counter' field).
* On Windows 7, KeePass now shows a 'locked' overlay icon on the taskbar button when the database is locked.
* On Windows 7, the database loading/saving progress is now shown on the taskbar button.
* Added option to disable automatic searching for key files.
* Added KDBX database repair functionality (in File -> Import).
* Added support for expired root groups.
* Added global delay support for shifted special keys.
* Added 'Change Master Key' application policy flag.
* Added 'Edit Triggers' application policy flag.
* Added trigger action to activate a database (select tab).
* Added configuration options to allow enforcing states (enabled, disabled, checked, unchecked) of key source controls in the master key creation and prompt dialogs (see 'Composite Master Key' documentation page).
* Added option to disable the 'Save' command (instead of graying it out) if the database hasn't been modified.
* Added support for importing KeePassX 0.4.1 XML files.
* Added support for importing Handy Safe 5.12 TXT files.
* Added support for importing Handy Safe Pro 1.2 XML files.
* Added support for importing ZDNet's Password Pro 3.1.4 TXT files.
* Added dialog for selecting the encoding of text files to be attached to an entry.
* Added option to search for passwords in quick finds (disabled by default).
* Added Ctrl+S shortcut in the internal data editor.
* Internal data editor window can now be maximized.
* Document tabs can now be closed by middle-clicking on them.
* Most strings in the trigger system are now Spr-compiled (i.e. placeholders, environment variables, etc. can be used).
* Added '--lock-all' and '--unlock-all' command line options to lock/unlock the workspaces of all other KeePass instances.
* Added 'pw-enc' command line option and {PASSWORD_ENC} placeholder.
* Added preliminary auto-type support for Linux (right-click on an entry and select 'Perform Auto-Type'; the 'xdotool' package is required).
* Added option to enforce using the system font when running under KDE and Gnome (option enabled by default).
* HTML exports are now XHTML 1.0 compliant.
* Printing: added option to sort entries.
* Printing: group names are now shown as headings.
* KPScript: added '-CreateBackup' option for the EditEntry command (to create backups of entries before modifying them).
* The PLGX plugin cache root path can now be specified in the configuration file (Application/PluginCachePath).
* Plugin developers: added ability to write entropy providers that can update the internal pool of the cryptographically strong random number generator.
* Plugin developers: added some public PwEntryForm properties, events and methods.
* Plugin developers: added entry template events.
* Plugin developers: added group and entry touching events.
* Plugin developers: added main window focus changing event.
* Plugin developers: added support for writing format providers for the internal attachments viewer.

Improvements / Changes:

* Expired icons of groups are non-permanent now.
* Improved search performance and in-memory protection compatibility.
* The SendKeys class now always uses the SendInput method (not JournalHook anymore).
* Improved auto-type delay handling.
* Two-channel auto-type obfuscation: added support for default delays.
* The default auto-type delay is now 10 ms.
* Improved top-most window auto-type support.
* Improved high DPI support (text rendering, banners, ...).
* Temporary file transaction files are now deleted before writing to them.
* Broadcasted file IPC notification messages do not wait infinitely for hanging applications anymore.
* On Windows XP and higher, KeePass now uses alpha-transparent icons in the main entry list.
* In the entry editing dialog, when moving a custom string to a standard field, the string is now appended to the field (instead of overwriting the previous contents of the field).
* Improved UTF-8 encoding (don't emit byte order marks).
* Improved field to standard field mapping function.
* HTML exports do not contain byte-order marks anymore.
* For improved clarity, some controls are now renamed/changed dynamically when using the password generator without having a database open.
* Improved auto-type definition conversion for KDB exports.
* Standard field placeholders are now correctly removed when auto-typing, if the standard field doesn't exist.
* Improved icon picker cancel blocking when removing an icon.
* The default workspace locking time is now 300 seconds (but the option is still disabled by default).
* Modern task dialogs are now displayed on 64-bit Windows systems, too.
* Improved file corruption error messages.
* Improved entry attachments renaming method.
* Double-clicking an attachment in the entry editing dialog now opens it in the internal viewer (the internal editor can only be invoked in the main window).
* When attachments are edited using the internal editor, the entry's last modification time is now updated.
* Improved plugin loading (detect PLGX cache files).
* If the application policy disallows clipboard operations, KeePass doesn't unnecessarily decrypt sensitive data anymore.
* Added tooltip for the 'View' toolbar drop-down button.
* Improved menu accelerator and shortcut keys.
* Upgraded installer.
* Installer: various minor improvements.
* Various performance improvements.
* Various code optimizations.
* Minor other improvements.

Bugfixes:

* No exception is thrown anymore when lowering the clipboard auto-clear time in the options below the value of a currently running clearing countdown.
* The 'Show expired entries' functionality now also works when there's exactly one matching entry.


Homepage: Klick

Downloads (Installer & Portable): Klick

Sprachdateien: Klick

KeePass 1.xx vs. 2.xx: Klick
05.03.10, 11:37:28
# #
Gehe zu:
Forum Regeln:

Es ist ihnen nicht erlaubt, neue Beiträge zu schreiben.
Es ist ihnen nicht erlaubt, neue Themen zu erstellen.
Es ist ihnen nicht erlaubt, ihre Beiträge zu bearbeiten.
Es ist ihnen nicht erlaubt, ihre Beiträge zu löschen.


HTML Code ist AUS
Board Code ist AUS
Smilies sind AUS
Umfragen sind AUS

Benutzer in diesem Thema
Es lesen 1 Gäste und folgende Benutzer dieses Thema:

Ähnliche Themen
Thema Antworten Hits Letzter Beitrag
Gehe zum ersten neuen Beitrag Password Manager
10 2216
21.08.10, 10:31:11
Gehe zum letzten Beitrag von ak39n
Gehe zum ersten neuen Beitrag  Password Safe
4 1142
28.07.10, 20:58:08
Gehe zum letzten Beitrag von ak39n
Gehe zum ersten neuen Beitrag PeaZip
18 7072
02.07.10, 06:56:02
Gehe zum letzten Beitrag von ak39n
1 Dateien
Gehe zum ersten neuen Beitrag Thunderbird: "Senden an" E-Mail-Empfänger
21 3072
09.01.09, 20:11:29
Gehe zum letzten Beitrag von Tiggz
Gehe zum ersten neuen Beitrag My Lockbox
5 1013
18.07.10, 08:37:04
Gehe zum letzten Beitrag von ak39n
Archiv
Ausführzeit: 0.2581 sec. DB-Abfragen: 13
Powered by: phpMyForum 4.1.8.1 © Christoph Roeder