How can I generate a CRC-8 checksum in PHP?
|
|
Have a look here: http://en.wikipedia.org/wiki/Computation_of_CRC |
||
|
|
|
|
Does it have to be CRC8? On PHP.net there is an really simple implementation of CRC16 and a native version of CRC32. If it does have to be CRC8 I would recommend coding something from the sudo code on the wikipedia page Marius pointed out. |
||
|
|
