pyFileFixity
pyFileFixity copied to clipboard
📂🛡️Suite of tools for file fixity (data protection for long term storage⌛) using redundant error correcting codes, hash auditing and duplications with majority vote, all in pure Python🐍
Windows 11, Synology NAS mapped drive File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\lk\AppData\Local\Programs\Python\Python311\Scripts\pff.exe\__main__.py", line 7, in Can I just append and it will...
For all operations, there is a nice `tqdm` progress shown, but at least for me each update is printed as a new, separate line, instead of overwriting the same line...
Thank you for a very thought-out tool! Currently evaluating it for keeping my 400+GB, 50k-file archive safe(r). While doing so, came across this exception: ```python Traceback (most recent call last):...
to add support for e.g. Cyrillic characters in file names; untested, let's see if CI/CD passes :) related to #13
Dear Sir, I am using pyFileFicity which is a very efficient tool. But the output files for checksum / header / ECC seem to be OS depended (charset dependent), which...
Should implement faster ECC libraries. C/C++ fastest ECC libraries: * [FastECC](https://github.com/Bulat-Ziganshin/FastECC) - O(N*log(N)) * [catid's fecal](https://github.com/catid/fecal) (example of implementation in https://github.com/catid/siamese) * https://github.com/SianJhengLin/Fast-algorithms-of-Reed-Solomon-erasure-codes * https://github.com/Bulat-Ziganshin/FastECC/issues/4 * [Wirehair](https://github.com/catid/wirehair) - Fast O(N)...
> RAID 1 is mirroring one disk with a bit-by-bit copy of another disk. This is by convention only: the marginal utility of an additional disk drops rapidly, therefore no...
I'm running pyFileFixity on Windows and it fails if a file name has special characters in it. Is there a fix for this? If a file has a special character...
Having an AppImage would greatly simplify use of PyFileFixity in stressful situations ("our machines are all wiped, our data is gone, our customers are screaming, and you're telling me the...