hashcat Forum
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
"\xa0\x01"

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
pt: 6861736863617400533c010000000000
ct: cf85ee2fc9e94200235ffebd366faa83
hash: e3dda6fa7bc307c9cbcc687878ed68295d060a01



RE: Need to find X in SHA1[(AES-128(X)] - DramaticTical - 12-31-2014

(12-31-2014, 04:30 PM)atom Wrote: like this:

Quote:root@et:~/hex# perl bla.pl 0a01
pt: 6861736863617400533c010000000000
ct: cf85ee2fc9e94200235ffebd366faa83
hash: e3dda6fa7bc307c9cbcc687878ed68295d060a01

thanks a lot for helping again and everyone else