diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..f2a8df2 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,67 @@ +# Cleaver examples + +Hashes calculated with [md5file.com/calculator](https://md5file.com/calculator). + +## `AllThreeExample.png` + +### Parameters + +- **Split** in parts of **16384 bytes** +- **Encrypt** (Password: `HelloWorld`) +- **Compress** + +### Can be rebuilt into + +A completely blue 4000x4000 PNG image. + +SHA-256 hash: `14a95765b8d5a804ed918c85f4537a5d6b88d0cbfeb043fef482403ce4927eae` + +## `CompressExample.jpeg` + +### Parameters + +- **Compress** + +### Can be rebuilt into + +A JPEG image of a cleaver. + +![](CompressExample.jpg) + +SHA-256 hash: `14a95765b8d5a804ed918c85f4537a5d6b88d0cbfeb043fef482403ce4927eae` + +## `CryptExample.gif` + +### Parameters + +- **Encrypt** (Password: `Gandalf`) + +### Can be rebuilt into + +A GIF animation of Gandalf from The Lord of the Rings. + +SHA-256 hash: `8f701aeb296882d5a244d71287e12bd05353dacdf15b1f83f767749f628cd1c2` + +## `ForkExample.txt` + +### Parameters + +- **Split** in **4 parts** + +### Can be rebuilt into + +A text file containing 500 paragraphs of [Lorem Ipsum](https://lipsum.com/feed/html). + +SHA-256 hash: `8f909b571665b9aafaac08aba6356113880118b302cca5c10e76b5f4b81f84d5` + +## `SplitExample.txt` + +### Parameters + +- **Split** in parts of **16384 bytes** + +### Can be rebuilt into + +A text file containing 500 paragraphs of [Lorem Ipsum](https://lipsum.com/feed/html). + +SHA-256 hash: `93ceb211e62f24c9911759350855bb06865e1d9bb2d0738729def3034b1bc90d` \ No newline at end of file