Android : Custom Checksum Calculation
i want to calculate custom checksum calculation in java..help me out how
to do the below example operation ?
example :
data : 30313037303130453030 hex summation : x = '
30+31+30+37+30+31+30+45+30+30' = '1FE' Not of hex value : y = NOT(x) = 01
Answer : Checksum = 3031
No comments:
Post a Comment