PDA

View Full Version : Please solve this puzzle


sidc00l
Jan 22, 2014, 05:36 AM
I got a software which asks for a hexadecimal input(8 characters) and gives number. I need to know how does it calculates to get these number.
These below are some of numbers I tried and result I got-

INPUT RESULT

808E7CA4 1983145673
12344321 305414945
12345678 1524195350
01234567 1370177410
00000000 787808286
00000001 787808285
10000000 1888972412

ebaines
Jan 22, 2014, 06:53 AM
I suggest trying a few more examples, such as 10, 100, 1000 etc in hex, then 2, 20, 200, etc. Also try FFFFFFFF, FFFFFFFE,FFFFFFFD, etc.

sidc00l
Jan 22, 2014, 07:35 AM
00000010 615007168
00000011 615007171
ffffffff 498419805
00000002 787808284
00000020 615007107
fffffffe 498419778
fffffffd 498419779

ebaines
Jan 22, 2014, 08:01 AM
OK, I think I'm seeing a pattern, but need some more data please:

3, 4, 5
12, 13, 14
100, 101, 102
1000, 1001, 10002
FFFFFFF0, FFFFFFEF, FFFFFFEE, FFFFFFED
A0000000, B0000000, C0000000
A0000001, A0000002, A0000003

Thanks

sidc00l
Jan 22, 2014, 09:05 AM
00000000 787808286
00000001 787808285
00000002 787808284
00000003 787808283
00000004 787808282
00000005 787808281
00000010 615007168
00000011 615007171
00000012 615007170
00000013 615007229
00000014 615007147
00000100 446351038
00000101 446351039
00000102 446350976
00001000 1131705164
00001001 1131705165
FFFFFFF0 498419749
FFFFFFEF 498419739
FFFFFFEE 498419740

I will provide more results later

sidc00l
Feb 6, 2014, 09:28 AM
I wont be able to provide with any more results :(