2.1.22.8.3. cli.helpers.misc.get_multiple_files_hash_str

cli.helpers.misc.get_multiple_files_hash_str(files: list[Path], buffer_size: int = 65536) str

Return the hexadecimal SHA256 hash string for multiple files.

Parameters:
  • files – List of file paths to hash.

  • buffer_size – Buffer size for reading the files.

Returns:

Hexadecimal SHA256 hash string for all files.