Skip to main content

Universal steganographic analysis — statistical, forensic, and neural watermark detection

Project description

Stegmark

Universal steganographic analysis — statistical, forensic, and neural watermark detection.

Install

pip install stegmark                  # statistical + forensic detectors
pip install "stegmark[neural]"        # + TrustMark / Stable Signature neural detection

Usage

from stegmark import analyze, robustness_test

# Analyze any image
result = analyze("image.jpg")
print(result.verdict)
print(result.confidence)
result.save_report("audit.pdf")

# Test watermark robustness
report = robustness_test("cover.jpg", secret="my_id")
print(f"Survived {report.survival_rate:.0%} of attacks")
print(f"Failed: {report.failed_attacks}")
report.save_report("robustness_audit.pdf")

# With cover image for quality metrics
result = analyze("stego.jpg", cover_path="original.jpg")
print(f"PSNR: {result.psnr:.1f} dB  SSIM: {result.ssim:.4f}")

What it detects

Detector Domain Catches
Chi-square JPEG DCT LSB replacement in DCT coefficients
RS Analysis Spatial Pixel-level LSB substitution
SPA Spatial Sample pair analysis
EOF Detection Forensic Data appended after image end marker
EXIF Analysis Forensic Metadata anomalies, steg tool fingerprints
LSB Histogram Forensic LSB plane uniformity
Multi-channel Forensic Per-R/G/B channel embedding
TrustMark Neural Adobe C2PA robust watermarks
Stable Signature Neural Meta AI Stable Diffusion watermarks
SRNet Neural/GPU Adaptive spatial steg (WOW/S-UNIWARD/HILL)

API

Also available as a hosted API: https://raghav7006--stegmark-api-web.modal.run

curl -X POST https://raghav7006--stegmark-api-web.modal.run/analyze \
  -F "stego=@image.jpg"

Installation Notes

Apple Silicon (M1/M2/M3 Mac)

jpegio requires a native arm64 build:

ARCHFLAGS="-arch arm64" pip install jpegio
pip install stegmark

Linux

pip install stegmark

Windows

jpegio is not supported on Windows. Use WSL2 or Docker.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stegmark-1.0.3.tar.gz (30.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

stegmark-1.0.3-py3-none-any.whl (34.6 kB view details)

Uploaded Python 3

File details

Details for the file stegmark-1.0.3.tar.gz.

File metadata

  • Download URL: stegmark-1.0.3.tar.gz
  • Upload date:
  • Size: 30.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for stegmark-1.0.3.tar.gz
Algorithm Hash digest
SHA256 806be327400b12186032849339f0af009c213b2b6e26225947d1c9e5e1ef5d3e
MD5 45d7d926f661d5f9784fc9ec9b364bac
BLAKE2b-256 210ac8ce1edde7a63170cf2bb8aaea3f4f1f5c6f57b4c0e073d46be39a8b6b3b

See more details on using hashes here.

File details

Details for the file stegmark-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: stegmark-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 34.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for stegmark-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ed54a1d7cb0cec581b16bb0191281dead2904c6faa234458017371d515dbb62c
MD5 678ce91a123f0d32c338d38379551590
BLAKE2b-256 35985a1740259c907eb7fb7b2c1ad7b04599e98c08dfd07f254bc63f0a013eea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page