bruteforce-wallet 1.5.3-4build1 source package in Ubuntu

Changelog

bruteforce-wallet (1.5.3-4build1) jammy; urgency=medium

  * No-change rebuild against openssl3

 -- Simon Chopin <email address hidden>  Tue, 23 Nov 2021 15:16:16 +0100

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Jammy
Original maintainer:
Debian Security Tools
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
bruteforce-wallet_1.5.3.orig.tar.gz 26.6 KiB fca54f6610a387cd1da4cec43af14233c7f83bcf66234ad222e0d9a9953afacd
bruteforce-wallet_1.5.3-4build1.debian.tar.xz 398.3 KiB f60bc919f0ad99b53f756f7dd5ffac6d522c15072e7624166b685768debaf524
bruteforce-wallet_1.5.3-4build1.dsc 1.9 KiB cf12b7ea35cbd8c7604ae02da5278ff9817e2da5081f7defacf3421038aba09d

View changes file

Binary packages built by this source

bruteforce-wallet: try to find the password of an encrypted wallet file

 bruteforce-wallet try to find the password of an encrypted
 Peercoin (or Bitcoin, Litecoin, etc...) wallet file.
 It can be used in two ways:
 .
    - Try all possible passwords given a charset.
    - Try all passwords in a file (dictionary).
 .
 bruteforce-wallet have the following features:
 .
    - You can specify the number of threads to use when cracking a file.
    - Sending a USR1 signal to a running bruteforce-wallet 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 one of the encrypted
 addresses in the wallet by trying all the 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 a wallet 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 one of the encrypted
 addresses in the wallet by trying all the passwords contained in a file.
 The file must have one password per line.
 .
 This package is useful for finding the password for a Peercoin encrypted
 wallet file (or Bitcoin, Litecoin, etc ...) (i.e. wallet.dat).

bruteforce-wallet-dbgsym: debug symbols for bruteforce-wallet