Thanks to visit codestin.com
Credit goes to github.com

Skip to content

arkdro/add_ecc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Add Reed-Solomon ECC to the input data

Notes

  • The program reads the whole input data into memory. If the data is big, it can pose a problem.
  • The percentage is calculated quite roughly for edge cases (bigger than 12700%, which corresponds about 127 times of the input data. Why do you even need that much?)

Usage

cat xxxxx | add_ecc.py -r 100 | base32 -w 24 | sed -e 's/\(.\)/\1\1\1 /g'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages