bruteforce-salted-openssl 1.4.2-4build2 source package in Ubuntu

Changelog

bruteforce-salted-openssl (1.4.2-4build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:35:46 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
bruteforce-salted-openssl_1.4.2.orig.tar.gz 31.1 KiB 324092e60833329a13756b43c51269c1bd4a8cd339490217746ae0ee534efbac
bruteforce-salted-openssl_1.4.2-4build2.debian.tar.xz 6.1 KiB ef09937d54f2079aa1c8fe35a918bc06dd36567889cbbfb5b211d084ee956ba3
bruteforce-salted-openssl_1.4.2-4build2.dsc 2.2 KiB 94c300dac53aeb8b983e02a37d2deec515b011fcf9ef976e9f590f3b3cfb5715

Available diffs

View changes file

Binary packages built by this source

bruteforce-salted-openssl: try to find the passphrase for files encrypted with OpenSSL

 bruteforce-salted-openssl try to find the passphrase or password of a file
 that was encrypted with the openssl command. It can be used in two ways:
 .
    - Try all possible passwords given a charset.
    - Try all passwords in a file (dictionary).
 .
 bruteforce-salted-openssl have the following features:
 .
    - You can specify the number of threads to use when cracking a file.
    - The program should be able to use all the digests and symmetric ciphers
      available with the OpenSSL libraries installed on your system.
    - Sending a USR1 signal to a running bruteforce-salted-openssl process
      makes it print progress and continue.
    - There are an exhaustive mode and a dictionary mode.
 .
 In the exhaustive mode the program tries to decrypt the file by trying all
 possible passwords. It 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). Finding the password of the file without knowing anything about it would
 take way too much time (unless the password is really short and/or weak).
 There are some command line options to specify:
 .
    - The minimum password length to try.
    - The maximum password length to try.
    - The beginning of the password.
    - The end of the password.
    - The character set to use (among the characters of the current locale).
 .
 In dictionary mode the program tries to decrypt the file by trying all the
 passwords contained in a file. The file must have one password per line.
 .
 This package is useful for security, pentests and forensics investigations.

bruteforce-salted-openssl-dbgsym: debug symbols for bruteforce-salted-openssl