Skip to content

nurvdias/BMP_steganography

Repository files navigation

Стеганогрфия

Программа, позволяющая скрыть текстовый документ в изображении формата BMP, и извлечь его в будущем.

Использование:
-Сокрытие текста: python Combine.py
-Извлечение текста: python Extract.py

Пакетный режим:
-Сокрытие текста: python Steganography.py combine image_path text_path key bits_to_rewrite_count
-Извлечение текста: python Steganography.py extract image_path key bits_to_rewrite_count
-Вызов справки: python Steganography.py -h

Пример запуска:
-Сокрытие текста: python Steganography.py combine ./image.bmp ./text.txt password 2
-Извлечение текста: python Steganography.py extract ./image.bmp password 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages