Skip to content

Commit 878bcad

Browse files
committed
SAP H format really expects UTF-8 so we set that flag (with it's new
meaning as of recent changes) to get warnings if target encoding is something else.
1 parent ae24a41 commit 878bcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sapH_fmt_plug.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ struct fmt_main fmt_sapH = {
740740
SALT_ALIGN,
741741
MIN_KEYS_PER_CRYPT,
742742
MAX_KEYS_PER_CRYPT,
743-
FMT_OMP | FMT_CASE | FMT_8_BIT,
743+
FMT_OMP | FMT_CASE | FMT_8_BIT | FMT_UTF8,
744744
{
745745
"hash type [1:SHA1 2:SHA256 3:SHA384 4:SHA512]",
746746
"iteration count",

0 commit comments

Comments
 (0)