Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase Hash.hash to mediumtext #851

Closed
b8vr opened this issue Feb 2, 2023 · 2 comments
Closed

Increase Hash.hash to mediumtext #851

b8vr opened this issue Feb 2, 2023 · 2 comments
Labels
duplicate Duplicated issue enhancement Enhancement of existing features / Small addition

Comments

@b8vr
Copy link

b8vr commented Feb 2, 2023

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.

@zyronix zyronix added the enhancement Enhancement of existing features / Small addition label Feb 28, 2023
@zyronix zyronix changed the title Can't upload LUKS1 hashes Increase Hash.hash to mediumtext Feb 28, 2023
@zyronix
Copy link
Member

zyronix commented Feb 28, 2023

Thanks, the reason for it being text is performance. If you have large hashlist changing it to medium can cause some performance issues there.

@zyronix
Copy link
Member

zyronix commented Mar 20, 2023

Duplicated from #841

@zyronix zyronix closed this as completed Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Duplicated issue enhancement Enhancement of existing features / Small addition
Projects
None yet
Development

No branches or pull requests

2 participants