KeePassè un gestore di password open-source altamente sicuro e popolare utilizzato per archiviare e gestire password, nomi utente e altre informazioni sensibili in modo sicuro. È stato sviluppato da Dominik Reichl ed è disponibile per varie piattaforme, inclusi Windows, macOS, Linux e dispositivi mobili.

Una delle caratteristiche principali di KeePass è la sua robusta sicurezza. Utilizza algoritmi di crittografia avanzati (ad esempio, AES, Twofish) per proteggere i dati memorizzati, garantendo che solo gli utenti autorizzati con la password principale possano accedere alle loro password. La password principale funge da chiave primaria per sbloccare il database crittografato.

KeePass fornisce un'interfaccia facile da usare, permettendo agli utenti di organizzare le loro password in modo strutturato utilizzando cartelle e categorie. Inoltre, offre strumenti di generazione password, aiutando gli utenti a creare password complesse e uniche per migliorare la sicurezza.

Il software consente agli utenti di cercare rapidamente password specifiche e offre funzionalità come l'auto-type, che permette il riempimento automatico dei moduli di accesso per siti web e applicazioni. KeePass supporta anche i plugin, estendendo le sue funzionalità e rendendolo personalizzabile per soddisfare le esigenze individuali.

Inoltre, KeePass enfatizza la portabilità e l'accessibilità consentendo agli utenti di memorizzare il loro database di password criptato su vari supporti di archiviazione, come unità locali, unità USB o archiviazione cloud. Questo permette agli utenti di accedere alle loro password da dispositivi diversi mantenendo sicurezza e privacy.

Nel complesso, KeePass è una soluzione affidabile e sicura per la gestione delle password che aiuta gli utenti a tenere organizzate e protette le loro informazioni sensibili.

Caratteristiche principali:

  • Archiviazione Sicura delle PasswordConserva e gestisci le password in modo sicuro.
  • Crittografia forte: Utilizza la crittografia avanzata per la sicurezza dei dati.
  • Master Password & Keyfile: Accedi al database con una password principale forte e un file di chiave opzionale.
  • Autenticazione a due fattori (2FA)Fornisce un ulteriore livello di sicurezza.
  • Funzionalità Auto-TypeAutomatizza l'inserimento di nomi utente e password.
  • Password GeneratorCrea password forti e casuali.
  • Organizzare Passwords: Categorizza le password in gruppi e sottogruppi.
  • Ricerca e FiltroTrova rapidamente voci specifiche.
  • Campi personalizzatiAggiungi informazioni extra agli elementi.
  • AllegatiAllega file in modo sicuro alle voci di password.
  • Funzionalità di sicurezza: Offre opzioni di sicurezza aggiuntive.
  • Multipiattaforma: Accessibile su vari sistemi operativi.
  • Plugin e Estensioni: Estendi la funzionalità con funzionalità aggiuntive.
  • Importazione ed Esportazione: Importa/esporta password facilmente.
  • Sincronizzazione del Database: Sincronizza il database tra i dispositivi in modo sicuro.


Novità

Version 2.35
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

Programma disponibile in altre lingue

Recensioni degli utenti

Valutazione dell'utente

5/5

26

Licenza:

Gratis

Requisiti:

Windows All

Lingue:

Multi-languages

Taglia:

2.96MB

Editore:

Dominik Reichl

Aggiornato:

Jan 9, 2017

Pulito

Segnala il software

Software dello sviluppatore

Keepass 2.60

Livelli di Sicurezza

Per evitare qualsiasi potenziale danno al tuo dispositivo e garantire la sicurezza dei tuoi dati e della tua privacy, il nostro team controlla ogni volta che un nuovo file di installazione viene caricato sui nostri server o collegato a un server remoto e riesamina periodicamente il file per confermarne o aggiornarne lo stato. Sulla base di questo controllo, impostiamo i seguenti livelli di sicurezza per qualsiasi file scaricabile.

Pulito

È molto probabile che questo programma software sia pulito.

Abbiamo scansionato file e URL associati a questo programma software in oltre 60 dei principali servizi antivirus del mondo; non sono state trovate minacce possibili. E non ci sono software di terze parti inclusi.

Avvertimento

Questo programma è supportato dalla pubblicità e potrebbe offrire l'installazione di programmi di terze parti che non sono necessari. Questi possono includere una barra degli strumenti, il cambiamento della tua homepage, del motore di ricerca predefinito o l'installazione di altri programmi di terze parti. Questi potrebbero essere falsi positivi e si consiglia ai nostri utenti di essere cauti durante l'installazione e l'utilizzo di questo software.

Disabile

Questo software non è più disponibile per il download. È altamente probabile che questo programma software sia dannoso o abbia problemi di sicurezza o altri motivi.

Presenta un rapporto

Grazie!
Il tuo rapporto è stato inviato.

Esamineremo la tua richiesta e prenderemo le misure opportune.

Si prega di notare che non riceverai una notifica riguardante qualsiasi azione intrapresa a causa di questo rapporto. Ci scusiamo per qualsiasi inconveniente che ciò possa causare.

Apprezziamo il tuo aiuto nel mantenere il nostro sito web pulito e sicuro.