mirror of
https://github.com/Steffo99/unimore-oop-2020-cleaver.git
synced 2024-11-21 23:54:20 +00:00
Add examples readme
This commit is contained in:
parent
de89cbd12d
commit
fac6358915
1 changed files with 67 additions and 0 deletions
67
examples/README.md
Normal file
67
examples/README.md
Normal file
|
@ -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`
|
Loading…
Reference in a new issue