From c2ef98ddd5b7cf3bfd32ed9d216183d2dadad5de Mon Sep 17 00:00:00 2001 From: Vipin Thomas <vipin.thomas@stud.th-deg.de> Date: Tue, 18 May 2021 11:33:25 +0000 Subject: [PATCH] Update Project proposal.md --- Project proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project proposal.md b/Project proposal.md index b6a064a..57a358c 100644 --- a/Project proposal.md +++ b/Project proposal.md @@ -11,7 +11,7 @@ Since Intelluctual property theft is becoming a common act in current world scen   - +(image credits: [https://en.wikipedia.org/wiki/Bit_numbering#mediaviewer/File:Least_significant_bit.svg](wikimedia),[https://technical-foundation.blogspot.com/2017/11/steganography-hide-data-in-images-with.html](technicalfoundation)) ## Implementation Strategy In order for both parties to agree on a a secret message , An algorithm must be implemented. This Algorithm accepts the user message and change some pixels values of an Image. Pixel values modification is based on a specific criteria (not decided yet). For example , If the sender wants to send the number "5" as a secret message , The algorithm could change 5 pixel values in the one color image and in the receiver part , the algorithm will calculate the number of modified pixels. -- GitLab