Can hashcat crack XOR hashes? Help to identify hash type
#5
(01-08-2023, 02:39 AM)nick8606 Wrote:
(01-07-2023, 06:30 PM)Jane_forest Wrote: i have tried many variants but non of them helped. Or maybe it's not the XOR?

Key for XOR can be found if you have only one valid pair with long size.

I suppose your algorithm is not a simple XOR. 99% plaintexts consist of ASCII characters, but your examples don't meet this condition.
firs off, thx for your reply!
Long size - you mean original non encypted string? if yes, how ppl in this thread find the xor key? The string there is not long
Code:
6879766D75076D00 (in clear password is 12345678)
6879766D75076D007F (in clear password is 123456789)
6879766D75076D007F1D (in clear password is 1234567899)

But user find somehow the key 594b455940315a3846244d (ASCII hex) which is YKEY@1Z8F$M (11 chars long)
It's amazed me how he do that
Reply


Messages In This Thread
RE: Can hashcat crack XOR hashes? Help to identify hash type - by Jane_forest - 01-08-2023, 02:54 AM