za3k / qr-backup

Paper backup of files using QR codes
Other
114 stars 11 forks source link

Add erasure coding. This allows losing some QR codes #20

Closed za3k closed 1 year ago

za3k commented 3 years ago

IMPORTANT: This doesn't work currently. There seems to be a bug in the reedsolo library. It has been reported at https://github.com/tomerfiliba/reedsolomon/issues/34

This required removing the proprocessing step of base64 encoding. Instead, we base64 encode each QR code independently (always). Sadly this does make the data a little less readable while debugging. Closes #2.

za3k commented 3 years ago

Tried unireedsolmon also. Limited to 255 characters, so will only work up to 35K files with default settings.