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 40
|
Source: libzc
Priority: optional
Maintainer: Marc Ferland <marc.ferland@gmail.com>
Build-Depends: debhelper (>= 11), zlib1g-dev, check, pkg-config
Standards-Version: 4.5.0
Section: libs
Rules-Requires-Root: no
Homepage: https://github.com/mferland/libzc
Package: libzc-dev
Section: libdevel
Architecture: any
Depends: libzc6 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: fast password cracking library for zip archives (dev)
libzc is a fast, portable and high-quality zip password cracking
library. It is entirely written in C and uses POSIX threads for faster
password recovery. A command line utility, yazc, also comes with the
library as the default client.
.
This package provides the development files.
Package: libzc6
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: fast password cracking library for zip archives
libzc is a fast, portable and high-quality zip password cracking
library. It is entirely written in C and uses POSIX threads for faster
password recovery. A command line utility, yazc, also comes with the
library as the default client.
Package: yazc
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Command line tool for the libzc library
Yazc is the command line utility that comes bundled with libzc. It
provides easy access to all of libzc attack modes namely: bruteforce,
dictionary and plaintext attacks.
|