TCHunt-ng icon indicating copy to clipboard operation
TCHunt-ng copied to clipboard

Reveal encrypted files stored on a filesystem.

Results 4 TCHunt-ng issues
Sort by recently updated
recently updated
newest added

After installing `libmagic` and `glib` from brew, running `make` fails: ``` $ make /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/ cc -O3 -std=gnu99 -pedantic -Wall -ggdb -c -o test.o test.c test.c:63:28: error: no member...

bug

README: https://keyj.emphy.de/real-steganography-with-truecrypt/

enhancement

If content of a file is base64 encoded or hexadecimal data, run the tests against the decoded content. This defeats openssl's (and possibly others) armoring feature that otherwise protects files...

enhancement

See: https://github.com/dyne/libdisorder A simple C library for entropy measurement of byte streams and other data. Its a pretty straightforward lib for Shannon entropy analysis.