File: control

package info (click to toggle)
bruteforce-luks 1.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 208 kB
  • sloc: ansic: 690; makefile: 7; sh: 4
file content (26 lines) | stat: -rw-r--r-- 1,237 bytes parent folder | download
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: bruteforce-luks
Section: utils
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com>
Build-Depends: debhelper-compat (= 13),
               libcryptsetup-dev
Standards-Version: 4.6.0.1
Rules-Requires-Root: no
Homepage: https://github.com/glv2/bruteforce-luks
Vcs-Git: https://salsa.debian.org/pkg-security-team/bruteforce-luks.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/bruteforce-luks

Package: bruteforce-luks
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Try to find a password of a LUKS encrypted volume
 The program is used to try discovery a password for encrypted LUKS volume used
 to security reasons. It works trying decrypt at least one of the key slots by
 trying all the possible passwords. It is used in forensics and is especially
 useful if you know something about the password (i.e. you forgot a part of your
 password but still remember most of it).
 .
 Because of cryptography complexity, crack the password of a LUKS volume without
 knowing anything about it would take way too much time (unless the password is
 really short and/or weak).