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
|
Source: pwman3
Section: utils
Priority: optional
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Build-Depends:
debhelper (>= 13),
debhelper-compat (= 13),
dh-python,
python3-all (>= 2.6.6-3~),
pybuild-plugin-pyproject,
python3-setuptools,
python3-cryptography,
po-debconf
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/pwman3/pwman3
Vcs-Git: https://salsa.debian.org/kolter/pwman3.git
Vcs-Browser: https://salsa.debian.org/kolter/pwman3
X-Python-Version: >= 3.6
Package: pwman3
Architecture: all
Pre-Depends:
debconf
Depends:
${misc:Depends},
${python3:Depends},
python3-pycryptodome,
python3-colorama (>= 0.2.4)
Recommends: python3-mysqldb, python3-psycopg2
Suggests: default-mysql-server | postgresql, xsel
Description: console password management application
Pwman3 aims to provide a simple but powerful command line interface for
password management. It allows one to store your password in a sqlite database
locked by a master password which can be encrypted with different algorithms
(e.g Blowfish, AES, DES3).
.
It is also possible to tag them to ease searches in a large amount of
passwords
|