Need to find X in SHA1[(AES-128(X)]
#11
(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..
#12
I think it's simply "0a01" as the sha1 output is already in hex
#13
like this:

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