Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 812 Bytes

File metadata and controls

13 lines (9 loc) · 812 Bytes

gophers

For what

Calculates the hash of the specified directory using the selected algorithm. Features extensive logging. Generates a resulting file.

  1. File integrity check
  2. Helps maintain files stored on SDD/HDD by reading them, thereby "updating" the block in which they are stored on the disk.
  3. Find the hash of each individual file.

How it works

The user selects the required algorithm, specifies the directory, after which the process is launched with visualization (progress bar, number of files and the number of those already processed) -> at the end, the user receives the final hash.

You can also specify a file, but remember that its hash will be calculated based on its path and name! The logs will show the "clean" file hash, calculated based only on its contents.