diff --git a/Project proposal.md b/Project proposal.md index 6f2799bc4fd321f5269c45f665304fb4f5096051..bf7cf53c7fed9d298e2715156c458c094a527352 100644 --- a/Project proposal.md +++ b/Project proposal.md @@ -30,7 +30,6 @@ image credits: [wikimedia](https://en.wikipedia.org/wiki/Bit_numbering#mediaview Use Case 2: In order for both parties to agree on the secret, 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 image which makes these 5 pixels have a unique value. and in the receiver part , the algorithm will calculate the number of modified pixels and identify the sender message. -How it works: