Ross ROSS = Recommend OSS · open-source software intelligence for agents

7thSamurai/steganography

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

github.com/7thSamurai/steganography · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1415
  • days_rel: n/a
  • days_push: 846
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1085 stars · 76 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

cli-tool · maturity stable

cryptography security cli image-processing file-system security privacy files windows cli cpp steganography lsb-encoding aes-256 pbkdf2 file-hiding image-steganography command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
7thSamurai/steganographymain32

For agents

markdown · JSON · MCP: product_card(name="7thSamurai/steganography")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem