From 8079767e94800734fcf76070b83e9d46cb849387 Mon Sep 17 00:00:00 2001 From: Majd Hafiri <majd.hafiri@stud.th-deg.de> Date: Tue, 18 May 2021 10:23:20 +0000 Subject: [PATCH] Update Project proposal.md --- Project proposal.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project proposal.md b/Project proposal.md index 3be51c4..a226ccc 100644 --- a/Project proposal.md +++ b/Project proposal.md @@ -3,14 +3,15 @@ > Team Member 1 (Majd Hafiri) ,Team Member 2 (Vipin Koshy Thomas) ## Overview -*We want to create a product which helps in exchanging secret words inside Images using pixel manipulation. +We want to create a product which helps in exchanging secret words inside Images using pixel manipulation. ## Background -*This program will be used by two parties, the sender and the receiver. The sender and the receiver will be able to communicate secretly based on algorithm that manipulates the pixels of one colour image. +This program will be used by two parties, the sender and the receiver. The sender and the receiver will be able to communicate secretly based on algorithm that manipulates the pixels of one colour image. By changing the values of some pixels in a way which is impossible for human eyes to find the difference but possible and very easy using a software, both parties will be able to communicate securely. ## 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? -- GitLab