An open API service indexing awesome lists of open source software.

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

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.