kelvins / steganography

:see_no_evil: Steganography: Hiding an image inside another
https://goo.gl/6u15mZ
MIT License
347 stars 86 forks source link

Allows adding and retrieving hex codes hidden in pixel RGB #5

Closed agalway-r7 closed 4 years ago

agalway-r7 commented 4 years ago

Adds commands for overwriting the RGB codes of the pixels in a given image with a passed as parameter hex code. An complimentary command for retrieving a Hex code in the same manner is also included.

Both commands take as params:

get-hex specific commands:

insert-hex specific commands:

Developed for the creation of the Queen of diamonds challenge in the Metaspolit 2020 CTF.

kelvins commented 4 years ago

Thank you very much for your great contribution. I just added some comments to the code review.

Also, your description in the PR was very detailed, thanks for that. Can you just add a simple example of usage of this feature, please? Just to clarify the purpose of the feature and how it could be used in a real-world scenario.

Thanks

kelvins commented 4 years ago

I'm closing this PR because it is more than a month stalled (without an answer).