From 61b27428962bc53a86bdcff7c51703e330173de6 Mon Sep 17 00:00:00 2001
From: Majd Hafiri <majd.hafiri@stud.th-deg.de>
Date: Tue, 18 May 2021 10:38:24 +0000
Subject: [PATCH] Update Project proposal.md

---
 Project proposal.md | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/Project proposal.md b/Project proposal.md
index 2f2d9c4..3f5cc51 100644
--- a/Project proposal.md	
+++ b/Project proposal.md	
@@ -12,15 +12,7 @@ This program will be used by two parties, the sender and the receiver. The sende
 
 
 ## Implementation Strategy
- Changing the values of pixels by for instance two levels (ex. from 255 to 253 ) will be impossible for human eyes to detect the difference between the value 255 and 253 , but it is possible and easy to detect it using a specific software.
-*This section should be on the order of a few (2-3) short paragraphs, and captures your current program design.*
-
-At a high-level, how do you plan to implement your project? How does it incorporate Python?
-
-What are the main pieces that your projects breaks down into?
-How do these pieces connect to each other? If they share data in some way, how?
-
-Which Python packages do you plan to work with? How will these external modules connect to the code you write?
+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.
 
 
 ## Tasks
-- 
GitLab