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

hellman/xortool

A tool to analyze multi-byte xor cipher observed · 2026-08-28

github.com/hellman/xortool · Python observed · 2026-08-28

Health v2 · maintenance only

42/100

  • Activity 22
  • 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: 5706
  • days_rel: n/a
  • days_push: 469
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1488 stars · 180 forks observed · 2026-08-28

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

xortool is a Python command-line tool for cryptanalysis of multi-byte XOR ciphers. It guesses the key length based on character frequency statistics and recovers the key using knowledge of the most frequent plaintext character or known plaintext.

Use cases

  • crack multi-byte xor encrypted files
  • guess xor key length from ciphertext
  • recover xor key using known plaintext
  • solve ctf xor challenges
  • analyze hex-encoded xor ciphertext
  • brute force most frequent character in xor cipher

When to choose

  • you need to break repeating-key xor encryption in a CTF or analysis task
  • you have ciphertext with a known or guessable frequent character
  • you want a quick pip-installable xor analysis tool

When to avoid

  • you need modern authenticated encryption or general crypto library functionality
  • you need cryptanalysis of ciphers other than xor
  • you require a maintained library with an explicit license file

Facets

cli-tool · maturity active

cryptography security cli developer-tools security developer-tools python cli windows cross-platform xor-cipher cryptanalysis ctf-tools key-length-guessing known-plaintext-attack cryptography command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
hellman/xortoolmain42

For agents

markdown · JSON · MCP: product_card(name="hellman/xortool")

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