Skip to content

md5sift-1.0.0

Compare
Choose a tag to compare
@madebyjake madebyjake released this 21 Dec 19:18
· 8 commits to main since this release

Initial release

md5sift is a CLI tool written in Python designed to generate checksum reports for files across local directories or network shares. It offers filtering by file extensions or predefined file lists and produces reports in CSV format.

Features

  • Bulk Checksum Generation: Calculate hashes for multiple files in a directory.
  • File Filtering: Filter files by extension or from a provided file list.
  • Multi-threaded Processing: Faster checksum generation with multi-threading.
  • CSV Output: Generate comprehensive CSV reports including file paths, MD5 hashes, and timestamps.
  • Algorithm Options: Supports hashing algorithms (md5, sha1, sha256).
  • Verbose Mode: Real-time progress updates.
  • Test Mode: Process a subset of files for quick validation.