File: control

package info (click to toggle)
libdata-password-perl 1.12-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: perl: 123; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download | duplicates (2)
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: libdata-password-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
 perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Michael Shuler <michael@pbandjelly.org>,
 Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Data-Password
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-password-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-password-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libdata-password-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Suggests: ispell | aspell
Description: Perl extension for assessing password quality
 Data::Password checks potential passwords for crackability. It checks
 that the password is in the appropriate length, that it has enough
 character groups, that it does not contain the same chars repeatedly or
 ascending or descending characters, or characters close to each other in
 the keyboard. It will also attempt to search the ispell word file for
 existance of whole words.