軟體下載 KeePass 2.35

檔案名稱 KeePass-2.35-Setup.exe

KeePass 2.35 軟體下載

軟體資訊
檔案版本 KeePass 2.35

檔案名稱 KeePass-2.35-Setup.exe
檔案大小 2.96 MB
更新日期 2017-01-09
  • 1
    版本確認
  • 2
    檔案準備中
  • 3
    檔案下載

軟體介紹 & 更新資訊

KeePass 2.35
KeePass 是一個免費的開源密碼管理器,可以幫助您以安全的方式管理您的密碼。您可以將所有密碼放在一個數據庫中,並使用一個主密鑰或一個密鑰文件進行鎖定。因此,您只需記住一個主密碼或選擇密鑰文件即可解鎖整個數據庫。數據庫使用目前已知的最好和最安全的加密算法(AES 和 Twofish)加密. 今天你需要記住許多密碼。您需要 Windows 網絡登錄,您的電子郵件帳戶,您的網站的 FTP 密碼,在線... KeePass Password Safe 軟體介紹

What's new in this version:

New Features:
- New KDBX 4 file format, which supports various new features (listed below; e.g. Argon2)
- Added Argon2 key derivation function (it can be activated in the database settings dialog)
- Improved header and data authentication in KDBX 4 files (using HMAC-SHA-256, Encrypt-then-MAC scheme)
- Added ChaCha20 (RFC 7539) encryption algorithm (it can be activated as KDBX file encryption algorithm in the database settings dialog; furthermore, it supersedes Salsa20 as default for generating the inner random stream of KDBX 4 files)
- Added support for opening entry URLs with Firefox or Opera in private mode via the context menu -> 'URL(s)' -> 'Open with ... (Private)'
- Added URL override suggestions for Firefox and Opera in private mode in the URL override suggestions drop-down list in the entry dialog
- Added optional built-in global URL overrides for opening HTTP/HTTPS URLs with Firefox or Opera in private mode
- Added {PICKFIELD} placeholder, which shows a dialog to pick a field whose value will be inserted
- Added option 'Hide "Close Database" toolbar button when at most one database is opened' (turned on by default)
- Added option 'Show additional auto-type menu commands', which can be turned on to show menu commands for performing entry auto-type with some specific sequences
- Added menu command 'Selected Entry's Group' (with keyboard shortcut Ctrl+G) in 'Edit' -> 'Show Entries' (and a context menu equivalent 'Show Parent Group' in 'Selected Entries'), which opens the parent group of the currently selected entry and selects the entry again
- Added menu commands in 'Edit' -> 'Show Entries' to show entries that expire in a specific number of days (1, 2, 3) or weeks (1, 2, 4, 8) or in the future
- Added configuration option that specifies the number of days within which entries are considered to expire 'soon' (the default is 7)
- Added option for changing the alternate item background color
- When the option 'Remember key sources' is enabled, KeePass now also remembers whether a master password has been used
- Added option 'Force changing the master key the next time (once)' (in 'File' -> 'Database Settings' -> tab 'Advanced')
- Added parameters 'Window style' and 'Verb' for the 'Execute command line / URL' trigger action
- Added support for importing mSecure 3.5.5 CSV files
- Added support for importing Password Saver 4.1.2 XML files
- Added support for importing Enpass 5.3.0.1 TXT files
- Enhanced SplashID CSV import (added support for the old version 3.4, added mappings for types of the latest version, groups are now created only for categories, and types are imported as tags)
- LastPass import: added support for CSV files exported by the LastPass Chrome extension, which encodes some special characters as XML entities
- Added 'KeePass KDBX (2.34, Old Format)' export module
- Export using XSL transformation: added support for the 'xsl:output' element in XSL files
- If the global auto-type hot key is Ctrl+Alt+A and the current input locale is Polish, KeePass now shows a warning dialog (telling the user that Ctrl+Alt+A is in conflict with a system key combination producing a character)
- Added Alt+X Unicode character conversion support in rich text boxes on Unix-like systems
- For development snapshots, the 'About' dialog now shows the snapshot version (in the form 'YYMMDD')
- Plugins can provide other key derivation functions now
- The header of KDBX 4 files is extensible by plugins
- Enhanced support for developing encryption algorithm plugins
- Plugins can now store custom data in groups and entries
- Plugin data stored in the database, a group or an entry can now be inspected (and deleted) in the database maintenance dialog, the group dialog and the entry dialog, respectively
- For plugins: file closing events now contain information about whether KeePass is exiting, locking or performing a trigger action
- Added workaround for .NET handle cast overflow bug in InputLanguage.Culture
- Added workaround for Mono ignoring the Ctrl+I shortcut
- Added workaround for Mono clipboard bug
- Added workaround for Mono not focusing the default control in the entry editing dialog
- Added workaround for a Mono timer bug that caused high CPU load while showing a file save confirmation dialog
- Added Mono workaround: when running on Mac OS X, KeePass now does not try to instantiate a tray icon anymore
- Added workaround for XDoTool sending diacritic characters in incorrect case
- TrlUtil now recommends to clear the 'Unused Text' tab

Improvements:
- Improved behavior when searching entries with exclusions (terms prefixed with '-')
- Improved support for auto-typing into target windows using different keyboard layouts
- Auto-Type: improved support for keyboard layouts with keys where Shift, Caps Lock and no modifier result in 3 different characters
- Auto-Type: improved support for spacing modifier letters (U+02B0 to U+02FF)
- Global auto-type now works with target windows having empty titles
- When copying entries to the clipboard, the data package now includes custom icons used by the entries
- Unified behavior when drag&dropping a field containing a placeholder
- Improved entry edit confirmation dialog
- If the screen height is insufficient to display a dialog, the dialog's banner (if the dialog has one) is now removed to save some space.
- Some tooltips are now displayed for a longer time
- A new entry created using a template now does not include the history of the template anymore
- For empty RTF attachments, the internal data editor now by default uses the font that is specified for TXT files
- Internal data editor: added support for changing the format of mixed-format selections
- Internal data viewer and editor: null characters ('', not '0') in texts are now automatically replaced by spaces (like Notepad on Windows 10)
- Improved encoding signature handling for conversions during text attachment imports (via the 'Text Encoding' dialog)
- File transactions are not used anymore for files that have a reparse point (e.g. symbolic links)
- Improved XSL stylesheets for KDBX XML files
- The internal window manager is now thread-safe
- Improved date/time handling
- Improved button image disposal
- When synchronizing two databases, custom data (by plugins) is now merged
- When opening a database file, corrupted icon indices are now automatically replaced by default values
- Added some more entropy sources for the seed of the cryptographically secure pseudo-random number generator (environment variables, command line, full operating system version, current culture)
- ChaCha20 is now used during password generation (instead of Salsa20)
- ChaCha20 is now used as fallback process memory encryption algorithm (instead of Salsa20)
- When the encryption algorithm for a database file is unknown, the error message now shows the UUID of the algorithm
- In KDBX 4, header field lengths are now 4 bytes wide
- In KDBX 4, entry attachments are now stored in an inner, binary header (encrypted, possibly compressed), before the XML part; this reduces the database file size and improves the loading/saving performance
- In KDBX 4, the inner random stream cipher ID and key (to support process memory protection) are now stored in the inner header instead of in the outer header
- KPScript: the 'ChangeMasterKey' command now also updates the master key change date
- TrlUtil: improved validation warning dialogs
- The MSI file now requires any .NET Framework version, not a specific one
- The MSI file is now built using Visual Studio 2015
- Various code optimizations
- Minor other improvements

Bugfixes:
- When executing a {HMACOTP} placeholder, the last modification time of the corresponding entry is now updated
- Key files containing exactly 64 alphanumeric characters are now loaded as intended

KeePass 2.35 相關參考資料
Download Keepass 2.35

Secure Password Storage: Safely store and manage passwords. · Strong Encryption: Uses advanced encryption for data security. · Master Password & Keyfile: Access ...

https://www.filepuma.com

Getting KeePass - Downloads

Download the EXE file above, run it and follow the steps of the installation program. You need local installation rights (use the Portable version on the right, ...

https://keepass.info

KDBX 4

KeePass 2.35 introduces version 4 of the KDBX file format. This new format features both improvements and new capabilities. These are outlined in the ...

https://keepass.info

KeePass

KeePass-2.35-Setup.exe, 2017-01-09, 3.1 MB. 4 · KeePass-2.35.zip, 2017-01-09, 3.0 MB. 2 · KeePass-2.35.msi, 2017-01-09, 3.5 MB. 3 · KeePass-2.35-Source ...

https://sourceforge.net

KeePass 2.35 released

KeePass 2.35 mainly features a new database file format, user interface enhancements, and various other minor new features and improvements. Hash sums and ...

https://keepass.info

KeePass 2.35 发布,新增数据库文件格式

2017年1月11日 — KeePass 2.35 是一个稳定的版本,该版本主要增加了一种新的数据库文件格式,增强了用户界面,以及其他各种小的新功能和改进。

https://www.oschina.net

KeePass Professional Edition 2.35

2017年2月7日 — KeePass Professional Edition 2.35 ; License: GPLv2 ; Version: 2.35 ; SHA-1 or SHA-256: fa17f49b32c178c6a0cb59edd72c205948a486fa ; Type: one file.

https://www.npackd.org

KeePass: 2.35 released

2017年1月9日 — This is a stable release. It is recommended to upgrade from any previous 2.x version to 2.35. The complete changelog can be found here:

https://sourceforge.net

News Archive

KeePass 2.35 released 2017-01-09 14:22. Read More » · KeePass 1.32 released 2017-01-02 14:06. Read More » · KeePass 2.34 released 2016-06-11 11:24. Read More ...

https://keepass.info

Run KeePass 2.35 Online

Run KeePass online on your browser, Mac, PC, and tablets with Turbo.net. Turbo.net lets you run thousands of apps online on all your devices.

https://hub.turbo.net