forked from stephenjudge/TCHunt
-
Notifications
You must be signed in to change notification settings - Fork 0
Quickly find encrypted files and files made-up of random data
License
afit/TCHunt
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
* Quickly find encrypted TrueCrypt files and other files made-up of random data that have the four (4) TCHunt attributes. * The four (4) TCHunt attributes: 1. The suspect file size modulo 512 must equal zero. 2. The suspect file size is at least 19 KB in size (although in practice this is set to 5 MB). 3. The suspect file contents pass a chi-square distribution test. 4. The suspect file must not contain a common file header. * As of version 1.5a, TCHunt is distributed solely under the GPL software license. * To compile TCHunt, you need the boost and FLTK libraries. I link statically and you should consider doing that as well. Read the build scripts to see how I compile TCHunt. END
About
Quickly find encrypted files and files made-up of random data
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 89.6%
- Shell 6.6%
- Python 3.8%