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.
>> 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.