File: control

package info (click to toggle)
libcrypt-smbhash-perl 0.12-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 76 kB
  • ctags: 27
  • sloc: perl: 449; makefile: 36
file content (20 lines) | stat: -rw-r--r-- 675 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libcrypt-smbhash-perl
Section: perl
Priority: extra
Maintainer: Alexander Zangerl <az@debian.org>
Build-Depends: debhelper (>= 4)
Build-Depends-Indep: perl, libdigest-md4-perl
Standards-Version: 3.7.2

Package: libcrypt-smbhash-perl
Architecture: all
Depends: ${perl:Depends}, libdigest-md4-perl
Description: generate LM/NT hash of a password for samba
 This module provides functions to generate LM/NT hashes
 used in Samba's 'smbpasswd' file.
 .
 The module is a direct port of code from Samba and is written
 entirely in perl, so it is slower than a C implementation but it
 is easily ported and installed.
 .
 Homepage: http://www.cpan.org/authors/id/B/BJ/BJKUIT/