Releases: lrq3000/pyFileFixity
pyFileFixity v1.2.5
Fully working and stable version with fast encoders. This is the last version compatible with the old-style ecc files (without intra-ecc and with the wrong resilience rate calculation). If you have old ecc files that you want to maintain, use this version.
pyFileFixity v1.3
Big update with very fast Reed-Solomon encoders.
IMPORTANT: do NOT use --ecc_algo 3 with this release, the resulting ecc can't be decoded because of a bug at generation time.
pyFileFixity v1.2
Fixes issues that were in the beta. The output should be the same v1.0.2 while being a lot faster (about 2x speedup). There are also a lot of issues fixed in structural_adaptive_ecc.py, it can now be used in production.
pyFileFixity v1.1-beta1
This pre-release introduces some optimizations to the Reed-Solomon library, which significantly increase the encoding and decoding speed of header_ecc.py and structural_adaptive_ecc.py. More optimizations to come in the future.
pyFileFixity v1.0.2
Helping long term storage of data via redundant error correcting codes and hash auditing, using pure-python.
This release bugfixes a few issues with entrymarkers and field delimiters (thus this version is incompatible with previous ones, except if you edit entrymarker and field_delim variables).
pyFileFixity v1.0
Helping long term storage of data via redundant error correcting codes and hash auditing, using pure-python.
First fully working release of the set of tools, including an updated release of RFIGC.py (which started the project and then grew into a set of tools for not only auditing file fixity, but also error correct corruptions).
Recursive/Relative Files Integrity Generator and Checker v0.8.1
Recursive/Relative Files Integrity Generator and Checker v0.8.1, which should be pretty much stable for normal usage (runs on Python 2.7.6).