Amazing-Python-Scripts

Форк
0

readme.md

Image Text Hider

This script allows you to hide text inside an image using steganography. It utilizes the LSB (Least Significant Bit) technique to embed the text into the image without visibly altering the image.

Requirements

  • Python 3.6 or above
  • Install the required packages by running pip install -r requirements.txt.

Usage

To hide text inside an image: python img_text_hider.py hide <image_path> <output_path>

  • <image_path>: Path to the image file.
  • <text>: Text to hide inside the image.
  • <output_path>: Output path for the image with hidden text.

To reveal the hidden text from an image: python img_text_hider.py reveal <image_path>

  • <image_path>: Path to the image file with hidden text.

Example

Hide text inside an image: python img_text_hider.py hide my_image.jpg "This is my secret message" output_image.jpg

Reveal the hidden text from an image: python img_text_hider.py reveal output_image.jpg

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.