mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.3 KiB
41 lines
1.3 KiB
2 years ago
|
#### General
|
||
|
|
||
|
Knowledge-Check:
|
||
|
|
||
|
###### Is the student able to explain clearly what steganography means?
|
||
|
|
||
|
###### Is the student able to explain clearly how some information can be hidden in normal files?
|
||
|
|
||
|
###### Is the student able to explain clearly how his program works?
|
||
|
|
||
|
##### Check the Repo content
|
||
|
|
||
|
Files that must be inside your repository:
|
||
|
|
||
|
- Your program source code.
|
||
|
- a README.md file, Which clearly explains how to use the program.
|
||
|
|
||
|
###### Does the required files present?
|
||
|
|
||
|
##### Evaluate the student's submission
|
||
|
|
||
|
The student must run his program with the first argument -map, and the second argument the image.jpeg file. You can find that [here](../resources/image.jpeg).
|
||
|
|
||
|
###### Compare the result to that of an online exif metadata viewer, does the result correspond to 32 Latitude, and 34 Longitude?
|
||
|
|
||
|
The executant must execute his program again, with the argument -steg instead of -map, and a PGP key should be displayed
|
||
|
A PGP key begins with
|
||
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||
|
and ends with
|
||
|
-----END PGP PUBLIC KEY BLOCK-----
|
||
|
|
||
|
###### Is the PGP key exactly the same as you can see in the topic?
|
||
|
|
||
|
#### Bonus
|
||
|
|
||
|
###### +Was the student able to introduce you to other methods of steganography?
|
||
|
|
||
|
###### +Does the student program have a graphical interface?
|
||
|
|
||
|
###### +Can the student program compare two images?
|