Need to find X in SHA1[(AES-128(X)] - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Need to find X in SHA1[(AES-128(X)] (/thread-3936.html) Pages:
1
2
|
RE: Need to find X in SHA1[(AES-128(X)] - DramaticTical - 12-31-2014 (12-31-2014, 02:43 PM)undeath Wrote: it would be I tried both: @ubuntu:~/Desktop$ perl kood.pl \xa0\x01 @ubuntu:~/Desktop$ perl kood.pl "\xa0\x01" but it wont give any output.. RE: Need to find X in SHA1[(AES-128(X)] - atom - 12-31-2014 I think it's simply "0a01" as the sha1 output is already in hex RE: Need to find X in SHA1[(AES-128(X)] - atom - 12-31-2014 like this: Quote:root@et:~/hex# perl bla.pl 0a01 RE: Need to find X in SHA1[(AES-128(X)] - DramaticTical - 12-31-2014 (12-31-2014, 04:30 PM)atom Wrote: like this: thanks a lot for helping again and everyone else |