8 stdenv.mkDerivation rec {
9 pname = "bruteforce-salted-openssl";
12 src = fetchFromGitHub {
14 repo = "bruteforce-salted-openssl";
16 hash = "sha256-hXB4CUQ5pihKmahyK359cgQACrs6YH1gHmZJAuTXgQM=";
27 enableParallelBuilding = true;
30 description = "Try to find the password of file encrypted with OpenSSL";
31 homepage = "https://github.com/glv2/bruteforce-salted-openssl";
32 changelog = "https://github.com/glv2/bruteforce-salted-openssl/blob/${src.rev}/NEWS";
33 license = licenses.gpl3Plus;
34 maintainers = with maintainers; [ octodi ];
35 mainProgram = "bruteforce-salted-openssl";
36 platforms = platforms.linux;