hashcat / hashcat-utils

Small utilities that are useful in advanced password cracking
MIT License
1.33k stars 353 forks source link

cap2hccpx feature request: do not write MESSAGE_PAIR_M32E3 and MESSAGE_PAIR_M34E3 #32

Closed ZerBea closed 7 years ago

ZerBea commented 7 years ago

Plese do not write this message_pairs into hccapx: MESSAGE_PAIR_M32E3 3 MESSAGE_PAIR_M32E3 131 MESSAGE_PAIR_M34E3 4 MESSAGE_PAIR_M34E3 132 because it's not possible to convert them back to a cap.

Please use instead: MESSAGE_PAIR_M32E2 2 MESSAGE_PAIR_M32E2 130 MESSAGE_PAIR_M34E4 5 MESSAGE_PAIR_M34E4 133

Cheers ZerBea

ZerBea commented 7 years ago

Works like a charm. Now we are able to convert the complete hccapx back to cap. Again great job - thank you. Cheers ZerBea