1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="author" content="Dominik Reichl" />
<meta name="DC.title" content="Help Center - KeePass" />
<meta name="DC.creator" content="Dominik Reichl" />
<meta name="DC.type" content="Text" />
<meta name="DC.format" content="text/html" />
<meta name="DC.language" content="en" />
<meta name="DC.rights" content="Copyright (C) 2003-2024 Dominik Reichl" />
<meta name="robots" content="index, follow" />
<title>Help Center - KeePass</title>
<base target="_self" />
<link rel="stylesheet" type="text/css" href="../../default.css" />
</head>
<body>
<table class="laytable">
<tr><td style="width: 82px; vertical-align: middle;">
<img src="../images/plockb_64.png" alt="" />
</td><td style="vertical-align: middle;">
<h2 class="sectiontitle" style="text-align: center;">
<span class="big">KeePass Password Safe</span></h2>
</td>
<td style="width: 90px; text-align: right;">
<a href="https://keepass.info/features.html#lnkopensrc"
target="_blank"><img src="../../images/osi_certified_72x60.gif"
alt="OSI Certified" /></a>
</td>
</tr></table>
<p>KeePass: Copyright © 2003-2024 Dominik Reichl.
The program is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.
For more information, see the
<a href="../v2/license.html">License</a> page.
</p>
<h2>Introduction</h2>
<a href="https://keepass.info/screenshots/keepass_2x/main_big.png"
target="_blank"><img src="../../screenshots/keepass_2x/main.jpg"
class="floatrightws" alt="Main Window Screenshot" /></a>
<!-- Cf. home page of the website -->
<p>Today, you have to remember many passwords. You need a password for a lot of
websites, your e-mail account, your webserver, network logins, etc.
The list is endless.
Also, you should use a different password for each account, because
if you would use only one password everywhere and someone gets this password,
you would have a problem: the thief would have access to <em>all</em> of your
accounts.</p>
<p>KeePass is a free open source password manager, which helps you to manage
your passwords in a secure way. You can store all your passwords in one
database, which is locked with a
<a href="keys.html">master key</a>. So you only have to remember one
single master key to unlock the whole database. Database files are
<a href="security.html#secencrypt">encrypted</a>
using the best and most secure encryption algorithms currently known
(AES-256, ChaCha20 and Twofish).</p>
<p>The database consists of only one file, so it can be transferred
easily from one computer to another.
Data can also be <a href="importexport.html">imported/exported</a>
from/to various other formats
(import from more than 40 different formats of other password managers,
<a href="importexport.html#genericcsv">generic CSV importer</a>,
...). Of course, printing entries is supported, too.</p>
<p>KeePass supports groups, which allow you to organize your entries
conveniently. For quickly locating specific entries, there are search
functions.</p>
<p>There are various methods for transferring entry data (like user names
and passwords) from KeePass to other applications
(<a href="usingpws.html#mainlist">clipboard</a>,
<a href="usingpws.html#dragdrop">drag&drop</a>, etc.). The powerful
<a href="autotype.html">auto-type</a> feature can simulate keypresses.</p>
<p>KeePass has a strong <a href="pwgenerator.html">password generator</a>
(you can define allowed characters, length, generation rules, ...).</p>
<p>The program features a <a href="https://keepass.info/plugins.html"
target="_blank">plugin</a> architecture. Plugins can add features
in many areas (integration, transfer, backup, network, even more
import/export formats, and much more).</p>
<p>As KeePass is open source,
you can have a look at its full source code and check whether the security
features are implemented correctly.</p>
<p><i>This documentation applies to
KeePass 2.x.
</i></p>
</body></html>
|