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
|
Source: qtpass
Section: utils
Priority: optional
Maintainer: Philip Rinn <rinni@debian.org>
Build-Depends:
debhelper-compat (= 13),
qt5-qmake:native,
qtbase5-dev,
qttools5-dev-tools,
Standards-Version: 4.6.2
Homepage: https://qtpass.org
Vcs-Git: https://salsa.debian.org/debian/qtpass.git
Vcs-Browser: https://salsa.debian.org/debian/qtpass
Rules-Requires-Root: no
Package: qtpass
Architecture: any
Depends:
gnupg,
libqt5svg5,
${misc:Depends},
${shlibs:Depends},
Recommends:
pass,
pass-extension-otp,
pwgen,
Suggests:
git,
Description: GUI for password manager pass
QtPass is a GUI password manager based on pass with the following
features:
.
* Reading pass password stores
* Decrypting and displaying the password info
* Updating from the git repository
* Editing and adding of passwords
* Adding and removing people from gpg-id per folder
* Read operations also supported without pass (using gpg and git)
* Configuration options for backends and executable/folder locations
* Copying password to clipboard
* Hiding of password against shouldersurfing
* Experimental WebDAV support
|