# bee-san/Ciphey

⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡

Repository: https://github.com/bee-san/Ciphey
Canonical: https://ross.abutalabs.com/products/ciphey
Language: Rust
License: MIT
License Family: permissive
Topics: decryption, natural-language-processing, cryptography, cipher, artificial-intelligence, ctf-tools, ctf, cpp, python, hacking, pentesting, deep-neural-network, hashes, cyberchef-magic, encryptions, encodings, hacktoberfest
Last push: 2026-08-26T03:25:30+00:00

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

## Adoption (not part of the score)
Stars 21580, forks 1440 (observed 2026-08-28T04:11:31.855165+00:00)

## What it is
Ciphey is a Rust-based CLI tool and library that automatically decrypts encryptions without a known key or cipher, decodes encodings, and cracks hashes. It is the faster, rewritten successor to the original Python Ciphey, also usable as a Discord bot.

## Use cases
- automatically decrypt ciphertext without knowing the cipher or key
- decode base64 and other encodings from unknown text
- crack hashes during CTF challenges
- identify what kind of encoded or encrypted string I have
- solve CTF crypto puzzles quickly
- integrate automated decoding into my own Rust project

## When to choose
- you need fast automated decoding/decryption in a CTF or pentest
- you want a Rust library to build decoding tools on top of
- you need a tool that terminates with a timer instead of running forever

## When to avoid
- you need the widest decoder coverage today (the original Ciphey supports ~50 decoders vs 16 here)
- you need strong modern encryption cracked with a known attack method
- you want a GUI-based tool

## Facets
- artifact type: cli-tool
- maturity: active
- function: cryptography, parser, nlp, cli, security
- domain: security, developer-tools
- platform: rust, cli, cross-platform
- tags: ctf-tools, decryption, hash-cracking, encoding-decoding, cyberchef-magic, pentesting, cryptography, command-line, docker

## Member repositories
- bee-san/Ciphey (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:31.855165+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-29T16:57:56.209022+00:00, confidence not recorded.
  - readme: https://github.com/bee-san/Ciphey (fetched 2026-08-28T04:11:31.855165+00:00, sha d3d2550e67ba)
  - registry_crates: https://crates.io/api/v1/crates/ciphey (fetched 2026-08-29T07:56:25.880383+00:00, sha 2bbcbca39cb5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
