Skip to content

Commit

Permalink
bruteforce-wallet-1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Apr 3, 2018
1 parent 0b9467e commit 5dffa86
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
57 changes: 57 additions & 0 deletions bruteforce-wallet/README
@@ -0,0 +1,57 @@
bruteforce-wallet
------------------------------------------
The purpose of this program is to try to find the password of an encrypted
Peercoin (or Bitcoin, Litecoin, etc...) wallet file (i.e. wallet.dat).

Runtime requirements:
cygwin-2.10.0-1
libdb5.3-5.3.28-2
libopenssl100-1.0.2n-1

Build requirements:
(besides corresponding -devel packages)
autoconf-13-1
automake-10-1
binutils-2.29-1
cygport-0.31.0-1
gcc-core-6.4.0-5
make-4.2.1-2

Canonical website:
https://github.com/glv2/bruteforce-wallet

Canonical download:
https://github.com/glv2/bruteforce-wallet/archive/1.5.1.tar.gz

-------------------------------------------

Build instructions:
1. unpack bruteforce-wallet-1.5.1-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./bruteforce-wallet-1.5.1-X.cygport all

This will create:
/usr/src/bruteforce-wallet-1.5.1-X-src.tar.xz
/usr/src/bruteforce-wallet-1.5.1-X.tar.xz

-------------------------------------------

Files included in the binary package:

(bruteforce-wallet)
/usr/bin/bruteforce-wallet.exe
/usr/share/doc/Cygwin/bruteforce-wallet.README
/usr/share/doc/bruteforce-wallet/AUTHORS
/usr/share/doc/bruteforce-wallet/COPYING
/usr/share/doc/bruteforce-wallet/ChangeLog
/usr/share/doc/bruteforce-wallet/NEWS
/usr/share/doc/bruteforce-wallet/README

------------------

Port Notes:

----- version 1.5.1-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>
13 changes: 13 additions & 0 deletions bruteforce-wallet/bruteforce-wallet-1.5.1-1bl1.cygport
@@ -0,0 +1,13 @@
HOMEPAGE="https://github.com/glv2/${PN}"
SRC_URI="https://github.com/glv2/${PN}/archive/${PV}.tar.gz"

CATEGORY="Security"
SUMMARY="Try to find the password of an encrypted Peercoin (or Bitcoin, Litecoin, etc...) wallet file"
DESCRIPTION="The purpose of this program is to try to find the password of an encrypted
Peercoin (or Bitcoin, Litecoin, etc...) wallet file (i.e. wallet.dat)."

src_test()
{
cd ${B}
./${PN}.exe -h
}

0 comments on commit 5dffa86

Please sign in to comment.