summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index e2493d3..6419f47 100644
--- a/main.c
+++ b/main.c
@@ -210,7 +210,7 @@ int thread_worker(thread_param *param) {
md5_out[2] & 0xFFu, md5_out[3] & 0xFFu);
if (!memcmp(md5_hex, (const char *) (&ctx.yield), 8)) {
atomic_store(&key_found, true);
- printf("[+] FOUND KEY: %zu\n", ctx.yield);
+ printf("[+] FOUND KEY: %s\n", md5_hex);
crack_result.plaintext = plaintext;
crack_result.len = unpadded_length;
return 0;