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

Adding Hash Types #63

Open
CryptoAssetRecovery opened this issue May 18, 2022 · 6 comments
Open

Adding Hash Types #63

CryptoAssetRecovery opened this issue May 18, 2022 · 6 comments

Comments

@CryptoAssetRecovery
Copy link

Hello, can anyone point me in the right direction for where to add hash types that are not automatically supported?

@i128
Copy link
Contributor

i128 commented May 18, 2022

No real good place at the moment, so place them here for now!

@CryptoAssetRecovery
Copy link
Author

CryptoAssetRecovery commented May 18, 2022

Thank you kindly!

The primary hashes we use are:

15200 Blockchain, My Wallet, V2
18800 Blockchain, My Wallet, Second Password (SHA256)
12700 Blockchain, My Wallet
11300 Bitcoin/Litecoin wallet.dat

@CryptoAssetRecovery
Copy link
Author

I sorted it myself, thank you anyway!

@peonsra
Copy link

peonsra commented Aug 10, 2022

Can you share how you were able to add new hash types? It appears that I can only choose from 16 different hash types when creating a new job.

@CryptoAssetRecovery
Copy link
Author

Im sorry, I don't entirely remember but I can tell you the way I did it was just searching through python to find where those hash types were defined and then adding my own using the types already there as a temple. Its not too difficult to find.

@i128
Copy link
Contributor

i128 commented Oct 4, 2022

Modifications are made here:
https://github.com/hashview/hashview/blob/main/hashview/jobs/forms.py#L28

And thanks to a recent PR a bunch more have been added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants