From e3c2aefcc32022c05c0e2b8906a8785ce0219717 Mon Sep 17 00:00:00 2001 From: Italo de Pontes Oliveira Date: Thu, 21 Mar 2024 16:27:20 -0300 Subject: [PATCH] Include link test on Readme. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b683e0..537c2e2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ [![flake8](https://img.shields.io/badge/flake8-passing-brightgreen)](https://github.com/italoPontes/Steganography) +__Try on:__ + +https://steganography.streamlit.app/ This repository presents a robust implementation of steganography techniques designed specifically for embedding sensitive information within images using the Python programming language. In an era characterized by pervasive cybersecurity threats, safeguarding personal data, such as family photographs, from potential unauthorized access is of utmost importance. @@ -19,7 +22,9 @@ Traditional approaches entail certain limitations: In essence, this repository offers a comprehensive toolkit for leveraging steganography in image data to enhance privacy and confidentiality in digital environments. Through its clear and concise documentation and illustrative examples, users gain insights into implementing and utilizing steganographic techniques effectively for safeguarding sensitive information. -# Quick install +# How to use? + +## Quick install For a quick installation, follow these simple steps: @@ -41,8 +46,6 @@ pip install -r requirements.txt 4. Once the installation is complete, you're ready to start. -# How to use? - ## Encode ```