From 0b64038d790b76ddd96ee3bdcacc9868575885ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karlo=20=C4=8Ceh?= Date: Thu, 18 Nov 2021 13:15:56 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae677f5..62422d0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# Steganography-and-Cryptography -Steganography and Cryptography project for Kotlin developer certificate +# Steganography and Cryptography +Steganography and Cryptography project for Kotlin developer certificate. [More info](https://hyperskill.org/projects/160?track=18) + +You can use encryption to send secret messages, but if you want to be even more subtle, you can hide them in plain sight: in an image. This kind of encryption is called steganography. The message will be hiding in a picture on some web site, and only those who know will understand it. For maximum security, the message itself can be encrypted, as well.