summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 03a1ef9edd3d2e8b6f42941051247560303d2e21 (plain)
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>QtPass GUI for pass, the standard UNIX password manager</title>
    <meta name="description" content="QtPass is a GUI version of pass, the standard UNIX password manager for Windows, Mac, Linux and BSD. Using optional smartcard or YubiKey protection.">
    <meta name="keywords" content="qtpass, pass, gpg, git, password, store, manager, security">
    <link rel="stylesheet" href="stylesheets/styles.css">
    <link rel="stylesheet" href="stylesheets/pygment_trac.css">
    <link rel="canonical" href="https://qtpass.org">
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
    <link rel="apple-touch-icon" sizes="57x57" href="./images/apple-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60" href="./images/apple-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="72x72" href="./images/apple-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="./images/apple-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="./images/apple-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="./images/apple-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="./images/apple-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152" href="./images/apple-icon-152x152.png">
    <link rel="apple-touch-icon" sizes="180x180" href="./images/apple-icon-180x180.png">
    <link rel="icon" type="image/png" sizes="192x192"  href="./images/android-icon-192x192.png">
    <link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="96x96" href="./images/favicon-96x96.png">
    <link rel="icon" type="image/png" sizes="16x16" href="./images/favicon-16x16.png">
    <link rel="manifest" href="/manifest.json">
    <meta name="color-scheme" content="light dark">
    <meta name="msapplication-TileColor" content="#ffffff">
    <meta name="msapplication-TileImage" content="./images/ms-icon-144x144.png">
    <meta name="theme-color" content="#ffffff">
    <meta property="og:title" content="QtPass GUI for pass, the standard UNIX password manager">
    <meta property="og:site_name" content="QtPass">
    <meta property="og:url" content="https://qtpass.org/">
    <meta property="og:image" content="https://qtpass.org/images/og.png">
    <meta property="og:image:width" content="1280">
    <meta property="og:image:height" content="640">
    <meta property="og:description" content="QtPass is a GUI version of pass, the standard UNIX password manager for Windows, Mac, Linux and BSD. Using optional smartcard or YubiKey protection.">
    <meta property="og:type" content="product">
    <meta name="twitter:card" content="product">
    <meta name="twitter:site" content="@annejanbrouwer">
    <meta name="twitter:title" content="QtPass GUI for pass, the standard UNIX password manager">
    <meta name="twitter:description" content="QtPass is a GUI version of pass, the standard UNIX password manager for Windows, Mac, Linux and BSD. Using optional smartcard or YubiKey protection.">
    <meta name="twitter:url" content="https://qtpass.org/">
    <meta name="twitter:image" content="https://qtpass.org/images/og.png">
    <meta name="twitter:image:src" content="https://qtpass.org/images/icon.svg">
    <link href="https://plus.google.com/u/0/+AnneJanBrouwer" rel="publisher">
<script type="application/ld+json">
{
  "@context" : "https://schema.org",
  "@type" : "SoftwareApplication",
  "name" : "QtPass",
  "url" : "https://qtpass.org/",
  "author" : {
    "@type" : "Organization",
    "name" : "IJHack"
  },
  "downloadUrl" : "https://github.com/IJHack/QtPass/releases",
  "operatingSystem" : "Linux, BSD, OS X and Windows",
  "requirements" : "pass or git and gpg2",
  "screenshot" : "https://qtpass.org/images/qtpass.png",
  "softwareVersion" : "1.3.2",
  "applicationCategory" : "Security, Utility",
  "offers": {
    "@type": "Offer",
    "price": "0.00",
    "priceCurrency": "EUR"
  },
  "aggregateRating" : {
    "@type": "AggregateRating",
    "ratingValue": "4.8",
    "reviewCount": "18"
  }
}
</script>
</head>
<body>
<div class="background"></div>
<div class="wrapper">
    <header>
        <h1>QtPass <small>1.4.0</small></h1>
        <p>QtPass is a multi-platform GUI for <a title="pass, the standard unix password manager" href="https://www.passwordstore.org/">pass</a>, the standard unix password manager.</p>

        <p class="view">
            <a title="QtPass project" href="https://github.com/IJHack/QtPass">View the Project on GitHub <small>IJHack/QtPass</small></a>
        </p>

        <ul>
            <li><a title="QtPass releases" href="https://github.com/IJHack/QtPass/releases">Download <strong>Releases</strong></a></li>
            <li><a title="QtPass Windows" href="/downloads#Windows">Installer .exe <strong>Windows</strong></a></li>
            <li><a title="QtPass macOS" href="/downloads#macOS">Get a .dmg <strong>macOS</strong></a></li>
        </ul>

        <div class="screenshots">
            <img id="qtpass" src="images/qtpass.png" alt="QtPass MainWindow">
            <img id="config" class="hidden" src="images/config.png" alt="QtPass Configuration">
        </div>

    </header>
    <section>

        <h2><a id="overview" class="anchor" href="#overview" aria-hidden="true"><span class="octicon octicon-link"></span></a>GUI for pass, the standard UNIX password manager</h2>

        <p>
            QtPass is part of the <a href="https://www.passwordstore.org">pass</a> ecosystem. This means you are not stuck with QtPass, you can use the same password store with <a href="https://www.passwordstore.org/#other">many clients</a>.
        </p>

        <p>
            Password management should be simple and follow Unix philosophy. With <code>pass</code>, each password lives inside of a <code>gpg</code> encrypted file whose filename is the title of the website or resource that requires the password.
            These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities.
        </p>

        <p>
            Contrary to many Free, Libre and OpenSource password managers, pass and by extension QtPass are not bound to one user or device. Since we are based on GnuPG we have multi-key, multi recipient encryption out of the box.
            The use of external encryption devices like OpenPGP or x509/CMS based smartcards or USB tokens and per-folder ACL makes it easy to grant or take away privileges from users.
        </p>

        <p>
            <a title="Install on Linux or FreeBSD" href="/downloads#linux-bsd"><img class="compatible" src="images/linux.png" alt="Linux Compatible"></a>
            <a title="Install on Windows" href="/downloads#Windows"><img class="compatible" src="images/win11.png" alt="Windows 11 Compatible"></a>
            <a title="Install on macOS" href="/downloads#macOS"><img class="compatible" src="images/macos.png" alt="OS X Compatible"></a>
            <a title="Install on FreeBSD" href="/downloads#FreeBSD"><img class="compatible" src="images/freebsd.png" alt="FreeBSD Compatible"></a>
        </p>

        <h2><a id="insecure-generation" class="anchor" href="#insecure-generation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Insecure Password Generation prior to 1.2.1</h2>

        <p>
            All passwords generated with QtPass' built-in password generator prior to 1.2.1 are possibly predictable and enumerable by hackers.<br>
            The generator used libc's random(), seeded with srand(msecs), where msecs is not the
            msecs since 1970 (not that that'd be secure anyway), but rather the
            msecs since the last second. This means there are only 1000 different
            sequences of generated passwords.
        </p>

        <p>
            Read more about this <a title="QtPass Insecure Password Generation" href="https://github.com/IJHack/QtPass/issues/338">issue</a> on <a title="QtPass Insecure Password Generation" href="https://github.com/IJHack/QtPass/issues/338">Github</a>.<br>
            Please note that this is an issue with the QtPass GUI and not in pass or the greater password-store ecosystem.
        </p>

        <p>
            We advice to <a href="/downloads">update to 1.2.1 or later</a> as soon as possible and change any password you may have generated with the QtPass' password generator.
    	</p>

        <h2><a id="features" class="anchor" href="#features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Features</h2>

        <p>
            Read the <a title="QtPass current changelog" href="/changelog">changelog</a> for the latest features and fixes.
        </p>

        <ul>
            <li>Using <a title="pass, the standard unix password manager" href="https://www.passwordstore.org/">pass</a> or git and gpg2 directly</li>
            <li>Cross platform: Linux, BSD, OS X and Windows</li>
            <li>Using native widgets and iconography where possible</li>
            <li>Reading pass <a title="pass, the standard unix password manager" href="https://www.passwordstore.org/">password stores</a></li>
            <li>Decrypting and displaying the password and related info</li>
            <li>Editing and adding of passwords and information</li>
            <li>Updating to and from a git repository</li>
            <li>Per-folder user selection for multi recipient encryption</li>
            <li>Configuration options for backends and executable/folder locations</li>
            <li>Copying password to clipboard</li>
            <li>Configurable shoulder surfing protection options</li>
	    <li>Easy onboarding for new users</li>
            <li>Experimental WebDAV support </li>
            <li><a title="QtPass README" href="/docs/md__r_e_a_d_m_e.html">Much more</a></li>
        </ul>

        <h2><a id="installation" class="anchor" href="#installation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Installation</h2>

        <h3><a id="linux" class="anchor" href="#linux" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Linux</h3>

        <h4>Arch</h4>
        <pre><code>pacman -S qtpass</code></pre>

        <h4>OpenSUSE &amp; Fedora</h4>
        <pre><code>yum install qtpass</code></pre>
        <pre><code>dnf install qtpass</code></pre>

        <h4>Debian, Ubuntu and derivates like Kali &