hashcat Forum

Full Version: Need to find X in SHA1[(AES-128(X)]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(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..
I think it's simply "0a01" as the sha1 output is already in hex
like this:

Quote:root@et:~/hex# perl bla.pl 0a01
pt: 6861736863617400533c010000000000
ct: cf85ee2fc9e94200235ffebd366faa83
hash: e3dda6fa7bc307c9cbcc687878ed68295d060a01
(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
Pages: 1 2