diff options
Diffstat (limited to 'fhash/tests/TESTING')
-rw-r--r-- | fhash/tests/TESTING | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fhash/tests/TESTING b/fhash/tests/TESTING new file mode 100644 index 0000000..a06269f --- /dev/null +++ b/fhash/tests/TESTING @@ -0,0 +1,17 @@ +## **Run `python run_tests.py` to test all files** + +All hashes verified with openssl in hashes.json + +## Bonus +Shattered test +(mostly for fun) +These files should yield the same sha1 hash value + +To test run + +`fhash.py sha1 -i shattered-1.pdf` +`fhash.py sha1 -i shattered-2.pdf` + +You should get: 38762cf7f55934b34d179ae6a4c80cadccbb7f0a + +From: http://shattered.io/ |