Skip to content

Commit

Permalink
pgpwde format: Correct bit sizes in ALGORITHM_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
solardiz committed Mar 19, 2024
1 parent bcf8f7a commit fae4325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pgpwde_fmt_plug.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ john_register_one(&fmt_pgpwde);
#include "pgpwde_common.h"

#define FORMAT_LABEL "pgpwde"
#define ALGORITHM_NAME "S2K-SHA1 " ARCH_BITS_STR
#define ALGORITHM_NAME "S2K-SHA1 32/" ARCH_BITS_STR
#define PLAINTEXT_LENGTH 125
#define SALT_SIZE sizeof(struct custom_salt)
#define SALT_ALIGN sizeof(int)
Expand Down

0 comments on commit fae4325

Please sign in to comment.