Skip to content

Conversation

@boyter
Copy link
Owner

@boyter boyter commented Dec 1, 2025

Adds in audit functionality into hashit which is compatible with hashdeep allowing for verification through two tools.

# First, ensure hashdeep is installed
# Then, generate the audit file with hashit
$ hashit --format hashdeep processor > audit.txt

# Now, audit with hashdeep
$ hashdeep -r -a -k audit.txt processor
hashdeep: Audit passed
          Files matched: 8
Files partially matched: 0
            Files moved: 0
        New files found: 0
  Known files not found: 0
# First, ensure hashdeep is installed
# Then, generate the audit file with hashdeep
$ hashdeep -r processor > audit.txt

# Now, audit with hashit
$ hashit -a audit.txt processor
hashit: Audit passed
       Files examined: 8
Known files expecting: 8
        Files matched: 8
       Files modified: 0
          Files moved: 0
      New files found: 0
        Files missing: 0

@pr-insights pr-insights bot added M/complexity Normal or medium complexity XL/size Extra large change labels Dec 1, 2025
@boyter boyter merged commit 3f55d87 into master Dec 1, 2025
1 check passed
@boyter boyter mentioned this pull request Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

M/complexity Normal or medium complexity XL/size Extra large change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants