bruteforce-salted-openssl: new tool, v1.4.1

This commit is contained in:
blshkv 2019-01-06 09:32:26 +08:00
parent f48008a0dd
commit 65df4416ac
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 30 additions and 2 deletions

View file

@ -0,0 +1 @@
DIST bruteforce-salted-openssl-1.4.1.tar.xz 26728 BLAKE2B 8b9fe56245ec28bfcc4b3880b5404394c2ed5e5c6eaf76db9c7824cfa05b46cd4b9809283f73ebae8b19d0bd9cc531155cf32a600b8a144063fcc48bc01ec212 SHA512 f6dddf91bcd7f0d7e6f5e95d1cf34dc6ad68e4877f4f3f11c2b85f9b2d7c11375b9868e22ec40cc0f9848a04ee4fb7e8380410d92e4f4020f46791bf82d30fde

View file

@ -0,0 +1,26 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="A bruteforce cracker for openssl encrypted files."
HOMEPAGE="https://github.com/glv2/${PN}"
SRC_URI="https://github.com/glv2/${PN}/releases/download/${PV}/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
DEPEND="dev-libs/openssl:*"
RDEPEND="${DEPEND}"
src_prepare() {
eautoreconf
eapply_user
}
#src_install() {
# default
# dodoc AUTHORS ChangeLog NEWS README
#}

View file

@ -28,6 +28,9 @@ app-crypt/veracrypt
~app-crypt/ophcrack-3.8.0
app-crypt/ophcrack-tables
~app-crypt/stegcracker-20180803
=app-crypt/bruteforce-salted-openssl-1.4*
#likely needs cleanup below this point
app-crypt/asedriveiiie-serial
app-crypt/asedriveiiie-usb
@ -69,5 +72,3 @@ app-crypt/truecrypt
app-crypt/SIPcrack
app-crypt/md5bf
app-crypt/plaintoo
~app-crypt/stegcracker-20180803