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

mmozeiko/aes-finder

Utility to find AES keys in running processes observed · 2026-08-28

github.com/mmozeiko/aes-finder · C++ observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

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

  • gap_med: n/a
  • age_days: 4597
  • days_rel: n/a
  • days_push: 1849
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1083 stars · 181 forks observed · 2026-08-28

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

A small C++ command-line utility that scans the memory of running processes to locate AES encryption and decryption keys (128, 192, and 256-bit). It works by detecting AES key schedules in process memory and supports searching by PID or process name.

Use cases

  • find AES keys in a running process memory
  • extract encryption keys from an application for analysis
  • recover AES keys used by putty or dropbox
  • scan process memory for key schedules
  • reverse engineer what crypto keys an app uses

When to choose

  • you need to inspect which AES keys a live process holds
  • you are doing security research or forensic analysis on local applications
  • you want a lightweight single-file tool with no dependencies

When to avoid

  • you need to extract keys from disk or encrypted files rather than live memory
  • you need a cross-platform GUI or automated production tooling
  • you require a maintained project with a license and active support

Facets

cli-tool · maturity maintenance

security cryptography reverse-engineering cli security reverse-engineering developer-tools windows cli cpp aes key-recovery memory-scanning forensics command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
mmozeiko/aes-findermain32

For agents

markdown · JSON · MCP: product_card(name="mmozeiko/aes-finder")

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