vote up 1 vote down star

How can I generate a CRC-8 checksum in PHP?

flag

2 Answers

vote up 1 vote down

Have a look here: http://en.wikipedia.org/wiki/Computation_of_CRC

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.