Added option --stdout to print candidates instead of trying to crack a hash

This commit is contained in:
jsteube
2016-06-14 21:49:33 +02:00
parent 3461673b26
commit 5542e46022
5 changed files with 298 additions and 42 deletions
+3 -1
View File
@@ -665,7 +665,9 @@ inline u32 amd_bytealign_S (const u32 a, const u32 b, const u32 c)
typedef struct
{
#if defined _DES_
#if defined _STDOUT_
u32 digest_buf[4];
#elif defined _DES_
u32 digest_buf[4];
#elif defined _MD4_
u32 digest_buf[4];