# 7thSamurai/steganography

Simple C++ Image Steganography tool to encrypt and hide files inside images using Least-Significant-Bit encoding.

Repository: https://github.com/7thSamurai/steganography
Canonical: https://ross.abutalabs.com/products/steganography
Language: C++
License: MIT
License Family: permissive
Topics: aes, cryptography, encryption, steganography, pbkdf2, sha256, steganography-tools
Last push: 2024-05-10T00:47:21+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 1415, "days_push": 846, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1085, forks 76 (observed 2026-08-28T04:03:32.041918+00:00)

## What it is
A C++ command-line tool that encrypts files with password-protected AES-256-CBC and hides them inside images using Least-Significant-Bit pixel encoding. It supports encoding and decoding embeds with PBKDF2-HMAC-SHA-256 key derivation and CRC32 integrity checks.

## Use cases
- hide a file inside an image
- encrypt and embed a zip into a png
- extract hidden files from steganographic images
- password-protect files hidden in pictures
- send secret files disguised as photos
- lsb steganography from the command line

## When to choose
- you need to covertly embed files into images with strong encryption
- you want a simple cross-platform CLI for LSB steganography
- you prefer a lightweight native C++ tool without heavy dependencies

## When to avoid
- you need steganalysis resistance against advanced detection
- you want to hide data in audio or video files
- you need a GUI or batch processing of many images

## Facets
- artifact type: cli-tool
- maturity: stable
- function: cryptography, security, cli, image-processing, file-system
- domain: security, privacy, files
- platform: windows, cli, cpp
- tags: steganography, lsb-encoding, aes-256, pbkdf2, file-hiding, image-steganography, command-line, linux, macos

## Member repositories
- 7thSamurai/steganography (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:32.041918+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:49:40.203418+00:00, confidence not recorded.
  - readme: https://github.com/7thSamurai/steganography (fetched 2026-08-28T04:03:32.041918+00:00, sha c6293fffa8fc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
