By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
--[[User:Luigi2us|Luigi2us]] 19:59, 28 August 2011 (CEST)
--[[User:Luigi2us|Luigi2us]] 19:59, 28 August 2011 (CEST)
+
+
@Luigi2us the checksum algorithm can be a crc because XorIn as well as XorOut can be use that result in non zero results
+
+
there is a way to find out if it is a crc or something like that or something simple
+
+
xor the message by B1 than the checkbit change by C1 xor the message with B2 and the checkbyte change by C2 xor the message by (B1 xor B2) and the checkbyte should change by (C1 xor C2)
+
+
example crc in this case crc-16 but also work with crc-8