in

pyFileFixity, Hacker News

pyFileFixity, Hacker News


            

Build StatusCoverage StatusPyPi StatusPyPi Status

This project aims to provide a set of open source, cross-platform, easy to use and easy to maintain (readable code) to protect and manage data for long term storage. The project is done in pure-Python to meet those criteria.

Here is an example of what pyFileFixity can do:

On the left, this is the original image.

At the center, the same image but with a few symbols corrupted (only 3 in header and 2 in the rest of the file, which equals to 5 bytes corrupted in total, over 24 KB which is the total file size). Only a few corrupted bytes are enough to make the image looks like totally unrecoverable, and yet we are lucky, because the image could be unreadable at all if any of the “magic bytes” were to be corrupted!

At the right, the corrupted image was repaired usingheader_ecc.pyImage corruption and repair exampleof pyFileFixity. This repaired only the image header (ie, the first part of the file), so only the first 3 corrupted bytes were repaired, not the 2 bytes in the rest of the file, but we can see the image looks like it’s totally repaired! And the best thing is that it only costed the generation of a “ecc repair file”, which size is only 3.3KB (20% of the original file)!

This works because most files will store the most important information to read them at their beginning, also called “file’s header”, so repairing this part will almost always ensure the possibility to read the file (even if the rest of the file is still corrupted, if the header is safe, you can read it).

Of course, you can also protect the whole file, not only the header, using pyFileFixity’sstructural_adaptive_ecc.py. You can also detect any corruption usingrfigc.pyImage corruption and repair example.


Quickstart


Runs on Python 2.7. and on PyPy (not yet ported to Python 3 but the libraries are already compatible).

What do you think?

Leave a Reply

Your email address will not be published. Required fields are marked *

GIPHY App Key not set. Please check settings

Cloudy with a chance of neurons: The tools that make neural networks work, Ars Technica

Cloudy with a chance of neurons: The tools that make neural networks work, Ars Technica

Naveen Kumar bags Super 10 as India national kabaddi team beat Sri Lanka for South Asian Games 2019 gold – Pro Kabaddi, Prokabaddi.com

Naveen Kumar bags Super 10 as India national kabaddi team beat Sri Lanka for South Asian Games 2019 gold – Pro Kabaddi, Prokabaddi.com