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