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
|
Source: pwman3
Section: utils
Priority: optional
Maintainer: Emmanuel Bouthenot <kolter@openics.org>
Build-Depends-Indep: python-support (>= 0.4)
Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), python-dev
Standards-Version: 3.8.3
Homepage: http://pwman.bleurgh.com
Vcs-Git: git://git.debian.org/users/kolter-guest/pwman3.git
Vcs-Browser: http://git.debian.org/git/users/kolter-guest/pwman3.git
DM-Upload-Allowed: yes
Package: pwman3
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-crypto
Recommends: python-mysqldb, python-pygresql
Suggests: mysql-server | postgresql
Description: console password managment application
Pwman3 aims to provide a simple but powerful command line interface for
password managment. It allows 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
|