File: README.txt

package info (click to toggle)
sleuthkit 4.6.5-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 39,264 kB
  • sloc: ansic: 171,812; cpp: 44,216; sh: 31,364; java: 17,674; makefile: 1,241; xml: 838; perl: 797; python: 707; sed: 16
file content (40 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Hash Calculation Module
Sleuth Kit Framework C++ Module
May 2012


This module is for the C++ Sleuth Kit Framework.


DESCRIPTION

This module is a file analysis module that calculates 
MD5 or SHA-1 hash values of file content.  Hash values
are used to detect known files and are used to later show
that file content has not changed. 


DEPLOYMENT REQUIREMENTS

This module does not have any specific deployment requirements.


USAGE

Add this module to a file analysis pipeline.  See the TSK 
Framework documents for information on adding the module 
to the pipeline:

    http://www.sleuthkit.org/sleuthkit/docs/framework-docs/

By default, the module will only calculate the MD5 hash.
To configure the module to calculate SHA-1 or both values,
then pass either "MD5" or "SHA1" in the pipeline config file.
If you want to specify that both be calculated, then specify
both strings in any order and with spaces or commas in between. 


RESULTS

The hash values are stored in the central database.