You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading a hash created by luks2hashcat.py, htp blanks out/crashes. The reason is that the hash is too big for the Hash table. I fixed this by running "alter table Hash modify hash mediumtext".
I suggest to change the table Hash, by changing the column hash from TEXT to MEDIUMTEXT.
The text was updated successfully, but these errors were encountered:
When uploading a hash created by luks2hashcat.py, htp blanks out/crashes. The reason is that the hash is too big for the Hash table. I fixed this by running "alter table Hash modify hash mediumtext".
I suggest to change the table Hash, by changing the column hash from TEXT to MEDIUMTEXT.
The text was updated successfully, but these errors were encountered: