Other Parts Discussed in Thread: BQ28Z610
Hi:
关于BQ28Z610如何获取SHA-1和修改;change key该更秘钥可以,但是改后Authenticate Guage验证失败;
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi:
关于BQ28Z610如何获取SHA-1和修改;change key该更秘钥可以,但是改后Authenticate Guage验证失败;
Hi Elrwen:
For example:
key = 0123456789abcdeffedcba9876543210
challenge = 00112233445566778899aabbccddeeff11223344
So input (key + challenge): 0123456789abcdeffedcba987654321000112233445566778899aabbccddeeff11223344
Result: 743d18ed77c7a60260c44d029a8aae067f4b5523
So then doing step 2 (key + result from first one), the input is: 0123456789abcdeffedcba9876543210743d18ed77c7a60260c44d029a8aae067f4b5523
And the result is: 0f83ec417cb4dbd2442af5f51c61abbef061685f
这里面的:
So input (key + challenge): 0123456789abcdeffedcba987654321000112233445566778899aabbccddeeff11223344;
是怎么计算得到结果的呢:
Result: 743d18ed77c7a60260c44d029a8aae067f4b5523;