PyCIRCLean icon indicating copy to clipboard operation
PyCIRCLean copied to clipboard

Python library used by CIRCLean (the USB sanitizer) and others

Results 14 PyCIRCLean issues
Sort by recently updated
recently updated
newest added

There is a python library that can process [HWP files](https://en.wikipedia.org/wiki/Hangul_(word_processor)), but it seems to be [python2 only](https://github.com/mete0r/pyhwp) so I'm not sure how useful it will be but we should have...

Currently, filecheck.py leaves rtf files untouched, and only changes their extension to .txt (in `File.text()`). An rtf, when opened as plaintext, will be difficult to read due to the various...

enhancement

Depending on the underlying FS, the processed files might have the executable bit set. I would be good to remove it on the destination key.

Should be used to make sure the metadata are stripped: https://mat.boum.org/

enhancement