How to store a list of hashed values?
#1
I'm a newbie. Sorry for posting questions frequently.

>> hashcat -a 0 -m 8900 scrypt_hash.hash example.dict 

I understand that when executing the scrypt algorithm, it operates by hashing dictionary values( example.dict) and comparing them with the correct answer. Is there a way to separately store a list of hashed dictionary values created during execution?

I want to make that list into another dictionary that goes as input to another algorithm. It would be great if it was possible with a command, but if not, I would appreciate it if you could tell me which part of the code to look at.
Reply


Messages In This Thread
How to store a list of hashed values? - by joys - 05-06-2024, 12:35 PM