惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
博客园_首页
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Vercel News
Vercel News
美团技术团队
D
Docker
WordPress大学
WordPress大学
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
Y
Y Combinator Blog
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans

Show HN

GitHub - astefanutti/shaderbang: Shebang for Shaders Show HN: Generate Claude Code Workflows using Spec Driven Development approach Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal).
GitHub - The-Malware-Files/Stegcore: A privacy-focused st...
ElementMerc · 2026-06-17 · via Show HN

Stegcore logo

Hide encrypted messages inside ordinary files

CI Coverage Release Licence: AGPL-3.0 Commercial licence available


What is this

Stegcore hides encrypted messages inside everyday pictures and sound files. The file still looks and sounds completely normal. Nobody can tell it contains a hidden message, not your internet provider, not a border agent, not a forensic analyst with professional tools.

Your data never leaves your device. No accounts. No cloud. No telemetry. No network connections of any kind. One passphrase to hide, the same passphrase to recover.

If someone ever forces you to hand over a password, give them the decoy one. Stegcore can hold two messages in the same file, each with its own passphrase. Nobody looking at the file can tell which half has the real message, or that a second message exists at all.

Steganalysis at Aletheia parity. Stegcore matches Aletheia, the public reference for steganalysis, on three classical detectors (Sample Pair Analysis, RS, Weighted Stego) to floating-point precision, and runs roughly 100× faster on the RS code path in Rust. Detector thresholds are calibrated against real clean images (Cassavia 2022, BOSSbase 1.01 and an ALASKA2 sample) at a documented low false-alarm rate, never guessed. Everything else (embedding, extracting, encryption, deniable mode, GUI, CLI) is production-ready.

What is under the hood

Three authenticated ciphers (Ascon-128, ChaCha20-Poly1305, AES-256-GCM). Argon2id for turning passphrases into encryption keys, tuned to make brute force painful. Adaptive embedding that picks noisy parts of the cover file so the hidden data disappears into the natural grain. Deniable dual-payload mode. Steganalysis suite at Aletheia parity on the classical SPA / RS / WS detectors, plus tiered structural tool fingerprinting (Exact and Heuristic). Desktop GUI and CLI. One small native binary.


Install

Download a binary (recommended)

Grab the latest release for your platform from the Releases page.

Platform CLI GUI
Linux x86_64 .tar.gz .AppImage or .deb
macOS (Intel and Apple Silicon) Universal binary .dmg
Windows x86_64 .zip .msi

One line installer

Same URL works on Linux, macOS and Windows. Detects your platform automatically.

Linux and macOS:

curl -fsSL https://raw.githubusercontent.com/The-Malware-Files/Stegcore/main/install | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/The-Malware-Files/Stegcore/main/install | iex
Installer options
# Pin a version
STEGCORE_VERSION=v4.0.1 curl -fsSL .../install.sh | bash

# Custom install directory
STEGCORE_DIR=/opt/stegcore curl -fsSL .../install.sh | bash

# Uninstall
bash install.sh --uninstall
# Windows options
.\install.ps1 -Component both          # CLI plus GUI
.\install.ps1 -Version v4.0.1          # Pin version
.\install.ps1 -Uninstall               # Remove
.\install.ps1 -DryRun                  # Preview only

Build from source

cargo build --workspace --release

This produces the CLI at target/release/stegcore. For the desktop app, run cargo tauri build from the repo root.


CLI usage

# Guided wizard (best for first time users)
stegcore wizard

# Hide a message
stegcore embed cover.png secret.txt -o stego.png

# Recover a message
stegcore extract stego.png -o recovered.txt

# Check a file for a hidden message
stegcore analyse suspect.png

# Scan a folder with a progress bar
stegcore analyse *.png --json

# Works in pipes
echo "secret" | stegcore embed cover.png - -o stego.png
stegcore extract stego.png --raw | xxd

Other useful commands

stegcore score cover.png        # Is this file a good hiding spot?
stegcore diff cover.png stego.png   # Show the pixel difference
stegcore info stego.png         # Read metadata (needs the passphrase)
stegcore ciphers                # List available encryption options
stegcore doctor                 # System health check
stegcore benchmark              # Test how fast your machine runs the ciphers
stegcore completions bash       # Shell completion setup
stegcore verse                  # A small daily encouragement

Full flag reference: stegcore --help.


GUI

Launch Stegcore, then follow the step-by-step wizards for hiding, recovering, or checking files. Drag and drop works everywhere.

Feature What it does
Embed wizard Four-step flow: message, cover file, options, confirm
Extract wizard Three-step flow: stego file, passphrase, recovered payload
Analysis dashboard Animated charts for each detector with the verdict and per-test scores.
Audio analysis Waveform view with suspicious regions highlighted
Pixel diff Before and after comparison on embed success
Export Copy the dashboard to clipboard, export as PDF, HTML, JSON or CSV

Analysis history stays on your device. Nothing leaves.


Supported formats

Format Hide Recover Analyse Notes
PNG Best capacity and concealment
BMP Lossless
JPEG JSteg style JPEG embedding
WebP Lossless WebP
WAV PCM audio, least significant bit
FLAC Lossless audio, bit-exact round-trip

Why Stegcore

We compare against the tools we have actually run side by side (Steghide and OpenStego). Broader head-to-head benchmarks are an ongoing effort.

Stegcore Steghide OpenStego
Works offline
Modern encryption 3 authenticated ciphers plus Argon2id Rijndael plus MD5 AES-128
Deniable dual-payload
Built-in analysis ✓ (SPA + RS + WS + fingerprints)
Cover scoring
Pixel diff
GUI + CLI CLI only GUI only
Works in pipes
Actively maintained ✓ (2026) ✗ (2003) ✗ (2016)

How well does the analysis work

Stegcore is built in public, so we are specific about what it catches and what it does not.

  • Classical detectors at Aletheia parity. Sample Pair Analysis, RS and Weighted Stego match the public Aletheia reference to floating-point precision, and run far faster in Rust.
  • Strong on spatial least-significant-bit replacement at moderate and higher payloads, and on tools that leave a structural fingerprint (OpenStego, for example), where a hit is effectively decisive.
  • Hard, and we say so. Very low payloads, LSB-matching, and JPEG-domain hiding are difficult for classical steganalysis. Stegcore does not pretend otherwise.

Per-release detection numbers, measured on public datasets against Aletheia, are published in the changelog. You can rerun the analysis on your own files:

stegcore analyse your-images/*.png --json > your-scores.jsonl

Docs


Licence

Stegcore is dual-licensed.

  • AGPL-3.0-or-later: the default. Free for individuals, researchers, open-source projects, NGOs, and anyone willing to release their own derivative source under the same terms. See LICENSE.
  • Commercial licence: for organisations that want to build on Stegcore inside proprietary software, internal tools, or hosted services without the AGPL source-release obligation. See COMMERCIAL.md.

Either licence applies to the same codebase; you pick the one that fits your situation. The Acceptable Use Policy applies regardless of which licence you use.

Contact: ops@themalwarefiles.com