https://github.com/fangfufu/hammingcodec
prevent bitrot on your data
https://github.com/fangfufu/hammingcodec
Last synced: 7 months ago
JSON representation
prevent bitrot on your data
- Host: GitHub
- URL: https://github.com/fangfufu/hammingcodec
- Owner: fangfufu
- License: gpl-3.0
- Created: 2014-06-04T04:26:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T06:39:50.000Z (over 11 years ago)
- Last Synced: 2025-01-26T17:47:19.305Z (8 months ago)
- Language: C
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HammingCodec
============
Encode your precious data using [8,4] extended binary Hamming Code. Each byte
in the resulting file can be recovered after a single bit flip error. It is
possible to detect two bit flips, however such error cannot be recovered.