https://github.com/naemazam/cyclic-redundancy-check
A cyclic redundancy check is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data. Blocks of data entering these systems get a short check value attached, based on the remainder of a polynomial division of their contents.
https://github.com/naemazam/cyclic-redundancy-check
crc-algorithms crc-calculation python
Last synced: 10 months ago
JSON representation
A cyclic redundancy check is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data. Blocks of data entering these systems get a short check value attached, based on the remainder of a polynomial division of their contents.
- Host: GitHub
- URL: https://github.com/naemazam/cyclic-redundancy-check
- Owner: naemazam
- Created: 2021-10-18T16:48:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T07:59:30.000Z (over 4 years ago)
- Last Synced: 2025-03-04T10:14:56.999Z (over 1 year ago)
- Topics: crc-algorithms, crc-calculation, python
- Language: Python
- Homepage: https://naemazam.github.io/cyclic-redundancy-check/
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cyclic-redundancy-check
A cyclic redundancy check is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data. Blocks of data entering these systems get a short check value attached, based on the remainder of a polynomial division of their contents.
# Demo
[live Demo](https://asecuritysite.com/comms/crc_div?a=101110&b=1001)
[Python code](main.py)
# Learing part








# reference
- asecuritysite
- gatevidyalay