Python Steganographer v0.1.0
FastAPI steganography server with hybrid encryption.
Quick Start
# Download and extract
wget https://github.com/javidahmed64592/python-steganographer/releases/download/v0.1.0/python-steganographer_0.1.0.tar.gz
tar -xzf python-steganographer_0.1.0.tar.gz
cd python-steganographer_0.1.0
# Set up environment variables
cp .env.example .env
# Run the container using Docker Compose
docker compose up -dAccess Points
- Web Application: https://localhost:443
- API Server: https://localhost:443/api
- Swagger UI: https://localhost:443/api/docs
- ReDoc: https://localhost:443/api/redoc