From 2814f04f809f2ca459e91d9a82cfc5d89aa36e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Fri, 5 May 2017 21:17:33 +0200 Subject: [PATCH] Updated README with description about Steganography. Closes #13. --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 1ace6d9..7f9c30a 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,11 @@ Stéganô `Stéganô `_, a pure Python Steganography module. +Steganography is the art and science of writing hidden messages in such a way +that no one, apart from the sender and intended recipient, suspects the +existence of the message, a form of security through obscurity. Consequently, +functions provided by Stéganô only hide messages, without encryption. +Steganography is often used with cryptography. Installation ------------