Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation Request: Add CRC-8 Checksum #543

Closed
Jerkiller opened this issue Apr 16, 2019 · 1 comment
Closed

Operation Request: Add CRC-8 Checksum #543

Jerkiller opened this issue Apr 16, 2019 · 1 comment

Comments

@Jerkiller
Copy link

Summary

Cyberchef is great!
Could you please add the CRC-8 checksum calculation for a given byte list?
This could be very useful for people who need to calculate checksum of little data.

Example

Input: 59 4C CA 80 02 01 00 11 22 33 44 55 66 77
Output: 4D (CRC-8 ITU-T)

A super-plus could be the possibility to choose between the various CRC-8 algorithms (MAXIM, ITU, DARC...).
An example of the various algorithms could be found at https://crccalc.com/.

@d98762625 d98762625 changed the title Feature Request: Add CRC-8 Checksum Operation Request: Add CRC-8 Checksum May 3, 2019
@n1474335
Copy link
Member

n1474335 commented Jul 3, 2019

Closed in #591

@n1474335 n1474335 closed this as completed Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants