Initial commit
[keepassx] / src / res / docs / faq.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html>
4 <head>
5         <title>KeePassX Frequently Asked Questions</title>
6 </head>
7 <body>
8         <a name="top" />
9         <h1>KeePassX Frequently Asked Questions</h1>
10         
11         <a name="faq_autotype_support" />
12         <h3 class="question">Q: Is Auto-Type supported on Mac OS X or Windows?</h3>
13         <p class="answer">
14         A: No, Auto-Type is currently supported on Linux only.
15         </p>
16         
17         <a name="faq_database_formats" />
18         <h3 class="question">Q: What password database formats are compatible with KeePassX?</h3>
19         <p class="answer">
20         A: KeePassX currently uses the KeePass 1.x (Classic) password database format as
21         the native format. It can also import KeePassX 1.x XML exports, PwManager databases
22         and KWallet XML databases. KeePass 2.x database format is not supported.
23         </p>
24
25         <a name="faq_keepass2x_format" />
26         <h3 class="question">Q: Can I open KeePass 2.x password databases with KeePassX?</h3>
27         <p class="answer">
28         A: No, KeePassX does not support the KeePass 2.x (.kdbx) password database 
29         format currently.
30         However, you can create an export in KeePass 1.x database format (.kdb) from 
31         KeePass 2.x, which KeePassX can read (and use as the native password database).
32         </p>
33         
34         
35 <!--
36         <a name="" />
37         <h3 class="question">Q: </h3>
38         <p class="answer">
39         A: 
40         </p>
41         
42         <a name="" />
43         <h2></h2>
44         <p>
45         
46         </p>
47 -->
48 </body> 
49 </html>