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
|
Source: hashcat-meta
Section: contrib/metapackages
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Raphaƫl Hertzog <hertzog@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://hashcat.net/hashcat/
Vcs-Git: https://salsa.debian.org/pkg-security-team/hashcat-meta.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/hashcat-meta
Package: hashcat-nvidia
Architecture: all
Depends:
hashcat,
nvidia-opencl-icd | nvidia-legacy-390xx-opencl-icd,
${misc:Depends}
Recommends:
nvidia-smi | nvidia-legacy-390xx-smi,
Description: Installs hashcat and its dependencies for users with NVIDIA GPU
Hashcat is an advanced CPU/GPU-based password recovery utility supporting
seven unique modes of attack for over 100 optimized hashing algorithms.
.
This metapackage makes it easy to install the required dependencies
when you want to use hashcat with your NVIDIA GPU (via OpenCL).
|