twisted
August 19th, 2010, 11:01
Ok this is found in a compiled delphi program's configuration file and is used to compare 2 different encryption keys to ensure the right one is used
hash="$03BADE2A"
i believe the encryption key which is meant to produce this hash is this (in hex)
1A B5 6F ED 7E C3 FF 01 22 7B 69 15 33 97 5D CE
47 D7 69 65 3F F7 75 42 6A 96 CD 6D 53 07 56 5D
but ive put it through as many hash algorithms as i can find and none of them produce the hash '03BADE2A' so im pretty stumped as to what type is it. I Put it through passwords pro as crc32 and it came out with 'LAOCXX' which im pretty sure is not correct.
hash="$03BADE2A"
i believe the encryption key which is meant to produce this hash is this (in hex)
1A B5 6F ED 7E C3 FF 01 22 7B 69 15 33 97 5D CE
47 D7 69 65 3F F7 75 42 6A 96 CD 6D 53 07 56 5D
but ive put it through as many hash algorithms as i can find and none of them produce the hash '03BADE2A' so im pretty stumped as to what type is it. I Put it through passwords pro as crc32 and it came out with 'LAOCXX' which im pretty sure is not correct.