-
-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy pathpubliccode.yml
More file actions
139 lines (125 loc) · 2.92 KB
/
publiccode.yml
File metadata and controls
139 lines (125 loc) · 2.92 KB
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
publiccodeYmlVersion: "0.5.0"
name: QtPass
applicationSuite: pass
url: "https://github.com/IJHack/QtPass"
landingURL: "https://qtpass.org"
logo: "https://qtpass.org/images/logo.png"
softwareType: standalone/desktop
platforms:
- linux
- windows
- macos
- bsd
categories:
- it-security
- identity-management
- office
intendedAudience:
scope:
- security
- science-and-technology
- government
developmentStatus: stable
softwareVersion: "1.5.1"
releaseDate: "2026-03-21"
description:
en:
localisedName: QtPass
shortDescription: A multi-platform GUI for pass, the standard Unix password manager.
longDescription: >
QtPass is a multi-platform GUI for pass, the standard Unix password manager.
Each password lives inside a GPG encrypted file, organized into meaningful folder hierarchies.
Multi-key, multi-recipient encryption works out of the box - perfect for teams.
Works with OpenPGP smartcards, USB tokens, and integrates with your existing GnuPG setup.
Not locked into one client: your password store works with any pass-compatible tool.
documentation: "https://qtpass.org/docs"
apiDocumentation: "https://qtpass.org/docs"
features:
- Using pass or git and gpg2 directly
- "Cross platform: Linux, BSD, OS X and Windows"
- Using native widgets and iconography where possible
- Reading pass password stores
- Decrypting and displaying the password and related info
- Editing and adding of passwords and information
- Updating to and from a git repository
- Per-folder user selection for multi recipient encryption
- Configuration options for backends and executable/folder locations
- Copying password to clipboard
- Configurable shoulder surfing protection options
- Easy onboarding for new users
- Multiple profiles support
- Experimental WebDAV support
- OTP (One-Time Password) support
- Password generation with configurable complexity
- Git integration for version control
- Smartcard and USB token support
usedBy:
- Tails
- Debian
- Ubuntu
- Arch Linux
- Fedora
- OpenSuSE
- Gentoo
- FreeBSD
- Sabayon
- Kali Linux
- Linux Mint
- Raspbian
legal:
license: GPL-3.0-or-later
mainCopyrightOwner: IJhack
maintenance:
type: community
contacts:
- name: Anne Jan Brouwer
email: qtpass@annejan.com
localisation:
localisationReady: true
availableLanguages:
- af
- ar
- bg
- ca
- cs
- cy
- da
- de
- el
- en
- es
- et
- fi
- fr
- gl
- he
- hr
- hu
- it
- ja
- ko
- lb
- nb
- nl
- pl
- pt
- ro
- ru
- sk
- sl
- sq
- sr
- sv
- ta
- tr
- uk
- zh-CN
- zh-TW
dependsOn:
open:
- name: pass
versionMin: "1.7"
- name: gnupg
version: "2.2"
- name: Qt
versionMin: "5.12"