Stegano
A pure Python steganography module.
File Explorer
Download Latest Version (.zip)- pythonapp.yaml
- release.yml
- conf.py
- index.rst
- installation.rst
- make.bat
- Makefile
- module.rst
- requirements.txt
- software.rst
- steganalysis.rst
- __init__.py
- exifHeader.py
- lsb.py
- parity.py
- rdh.py
- red.py
- statistics.py
- wav.py
- __init__.py
- exifHeader.py
- __init__.py
- generators.py
- lsb.py
- __init__.py
- histogram_shifting.py
- __init__.py
- red.py
- __init__.py
- parity.py
- statistics.py
- __init__.py
- wav.py
- __init__.py
- tools.py
- ackermann
- binary2base64
- carmichael
- composite
- eratosthenes
- fermat
- LFSR
- mersenne
- parity.png
- parity_rgba.png
- shi_tomashi.txt
- statistics
- triangular_numbers
- 20160505T130442.jpg
- free-software-song.ogg
- free-software-song.wav
- Lenna-grayscale.png
- Lenna.jpg
- Lenna.png
- lorem_ipsum.txt
- Montenach.png
- transparent.png
- __init__.py
- test_exifHeader.py
- test_generators.py
- test_lsb.py
- test_rdh.py
- test_red.py
- test_steganalysis.py
- test_tools.py
- test_wav.py
- .editorconfig
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yaml
- benchmark_performance.py
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTORS.md
- COPYING
- poetry.lock
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/cedricbonhomme/Stegano
Downloads the entire project code from GitHub to your computer.
cd Stegano
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ poetry install stegano
Installs the libraries listed in pyproject.toml.
$ python -m unittest discover -v
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
