From e4412b0d598ae34b1764d2b8f91ec433baf5148f Mon Sep 17 00:00:00 2001 From: Majd Hafiri <majd.hafiri@stud.th-deg.de> Date: Tue, 18 May 2021 10:28:22 +0000 Subject: [PATCH] Update Project proposal.md --- Project proposal.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project proposal.md b/Project proposal.md index a226ccc..2f2d9c4 100644 --- a/Project proposal.md +++ b/Project proposal.md @@ -7,7 +7,8 @@ We want to create a product which helps in exchanging secret words inside Images ## 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. 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. +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. Doing small changes to the values for some pixels of one colour image won't be possible for human eyes to see those modified pixels but It is possible to do it on a software. These modified pixels represent a message somehow. + ## Implementation Strategy -- GitLab