CCL Solutions Group

Results 5 issues of CCL Solutions Group

Keys with the (undocumented) key prefix: `00 00 00 00 32` appear to contain deleted data records *sometimes*. Need to look at how the records can be recovered (when they...

For the majority of users `user_key` should be used.

enhancement

https://github.com/controlf/Smartphone-Image-Forensic-Toolkit-SIFT-/blob/6dc5bb4359d91894cbe2c171437bbd4e36d10504/v1.08/Sift.py#L768 "2" is not in `wanted_keys` so this condition can never be true?

For example: https://github.com/controlf/Smartphone-Image-Forensic-Toolkit-SIFT-/blob/6dc5bb4359d91894cbe2c171437bbd4e36d10504/v1.08/Sift.py#L754 Where possible "try" blocks should be kept to just the code that you expect to raise an exception, and you should be catching the specific types of...

Facebook (and others, inevitably) are serving pages with content-encoding set as "zstd". Support for these could be added fairly quickly using https://pypi.org/project/zstandard/

enhancement