File: control

package info (click to toggle)
makepasswd 1.10-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 104 kB
  • ctags: 12
  • sloc: perl: 507; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 684 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: makepasswd
Section: admin
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper (>= 7.0.1)
Standards-Version: 3.9.4
Vcs-Bzr: http://anonscm.debian.org/bzr/users/cjwatson/makepasswd/trunk
Vcs-Browser: http://anonscm.debian.org/loggerhead/users/cjwatson/makepasswd/trunk

Package: makepasswd
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.8), libcrypt-passwdmd5-perl, libbytes-random-secure-perl
Description: Generate and encrypt passwords
 Generates true random passwords using /dev/urandom, with the emphasis on
 security over pronounceability.  It can also encrypt plaintext passwords
 given in a temporary file.