Skip to content

Releases: lrq3000/pyFileFixity

pyFileFixity v1.2.5

24 Apr 18:26
Compare
Choose a tag to compare

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

23 Apr 22:29
Compare
Choose a tag to compare
pyFileFixity v1.3 Pre-release
Pre-release

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

16 Apr 01:38
Compare
Choose a tag to compare

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

04 Apr 22:07
Compare
Choose a tag to compare
Pre-release

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

20 Mar 18:44
Compare
Choose a tag to compare

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

18 Mar 20:10
Compare
Choose a tag to compare

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

01 Mar 16:16
Compare
Choose a tag to compare

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).