Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: need help from someone who is familiar with the Scrypt algorithm
Post: need help from someone who is familiar with the Sc...

Below is the scryptROMix part of the CL code of the Scrypt algorithm. My question is WHY is the value 1024 fixed? Shouldn't it be repeated as many times as SCRYPT_N?? plz help me.. DECLSPEC vo...
joys General Talk 0 1,138 07-10-2024, 05:32 PM
    Thread: Question while comparing with Tarsnap rfc7914
Post: Question while comparing with Tarsnap rfc7914

Hello, I am looking at the Scrypt algorithm from the Tarsnap rfc7914 document and the Scrypt CL code from Hashcat. The CL code receives the Scrypt parameter N, r, and p values as a macro, and the def...
joys General Talk 0 971 07-07-2024, 11:19 AM
    Thread: What standards is the example.dict dictionary provided by Hashcat based on?
Post: What standards is the example.dict dictionary prov...

I am curious as to whether this is a self-produced dictionary or whether there is material based on it. Also, other than example.dict, are there any other dictionaries provided by default? Thankyou.
joys General Talk 0 2,192 05-19-2024, 05:16 AM
    Thread: How to store a list of hashed values?
Post: How to store a list of hashed values?

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 diction...
joys General Talk 1 1,734 05-06-2024, 12:35 PM
    Thread: How can i find the number of rounds in sha512(-m 1700).
Post: RE: How can i find the number of rounds in sha512(...

thankyou so much!
joys General Talk 4 2,266 05-06-2024, 11:23 AM
    Thread: How can i find the number of rounds in sha512(-m 1700).
Post: How can i find the number of rounds in sha512(-m 1...

The default number of rounds is 80, but I can't find that in the code. And is the hash value below the hash value of “hashcat”? I would appreciate it if you could let me know. static const char *ST...
joys General Talk 4 2,266 05-06-2024, 08:53 AM
    Thread: I would like to know the default password settings used to run the hashcat benchmark.
Post: RE: I would like to know the default password sett...

Thank you very much! Additionally, the algorithm I checked is scrypt, and the Benchmark.Mask value is ?b?b?b?b?b?b?b. In my environment, it took 33 seconds at 27240 H/s. ?b?b?b?b?b?b?b It appears that...
joys General Talk 3 2,272 05-02-2024, 05:02 PM
    Thread: I would like to know the default password settings used to run the hashcat benchmark.
Post: I would like to know the default password settings...

I would appreciate it if you could tell me how to check the default password settings used to run the hashcat benchmark. thankyou.
joys General Talk 3 2,272 05-02-2024, 02:04 PM