awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
bee-san avatar

bee-san/Ciphey

0
View on GitHub↗
21,454 stars·1,437 forks·Rust·MIT·24 views

Ciphey

Ciphey is an automated decryption and data obfuscation tool designed to identify and reverse complex, multi-layered encoding schemes. By utilizing statistical analysis and probability scoring, the system automatically detects unknown data formats and recovers human-readable plaintext from obfuscated input strings without requiring manual algorithm specification.

The tool distinguishes itself through a recursive pipeline that processes nested data structures and strips formatting anomalies or invisible characters to ensure consistent input. It employs a heuristic search and multithreaded execution engine to evaluate multiple decryption paths concurrently, prioritizing those with the highest statistical likelihood of success to resolve obfuscated content efficiently.

Beyond core decryption, the system provides capabilities for cybersecurity incident analysis and forensic examination of suspicious payloads. It includes features for identifying specific data types such as API keys or network addresses, enforcing execution timeouts to maintain predictable performance, and distinguishing valid text from random noise. The software is distributed as a command-line utility for integration into automated data processing workflows.

Features

  • Automated Decryption Utilities - Automatically identifies and reverses complex, nested encoding schemes to recover plaintext.
  • Obfuscated Data Decoders - Automatically reverses common encoding and encryption schemes to recover human-readable text from obfuscated input.
  • Encoding Identification Engines - Uses statistical analysis to detect and categorize unknown data formats without manual specification.
  • Incident Investigation Tools - Enables security professionals to decode nested data structures and obfuscated strings during incident response.
  • Recursive Decoding Pipelines - Iteratively applies decryption modules to nested data structures until human-readable plaintext is recovered.
  • Multi-Layer Decoders - Resolves multi-level, nested encoding structures through automated, recursive conversion steps.
  • Data Type Identifiers - Automatically identifies specific data types like API keys or network addresses using pattern matching.
  • Decryption Registries - Uses a pluggable registry of independent algorithms to dynamically select the best decryption method for input data.
  • Forensic Tools - Cleans malformed data and resolves nested encodings to facilitate forensic examination of suspicious strings.
  • Criteria-Based Scoring Engines - Scores potential decryption paths based on the statistical likelihood of producing valid plaintext.
  • Encoding Identification - Uses statistical methods to differentiate between valid human-readable text and random noise or encoded data.
  • Heuristic Pattern Search Algorithms - Prioritizes decryption paths using statistical probability to efficiently navigate complex, multi-layered encoding schemes.
  • Parallel Execution Engines - Employs concurrent processing to evaluate multiple decryption paths simultaneously for faster result identification.

Star history

Star history chart for bee-san/cipheyStar history chart for bee-san/ciphey

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Ciphey

These projects share indexed features with Ciphey. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ciphey/cipheyciphey avatar

    ciphey/ciphey

    21,453View on GitHub↗

    Ciphey is an automated decryption tool and cryptographic analysis framework designed to identify and reverse encryptions, encodings, and hashes without requiring a known key or cipher. It functions as a hash cracking engine and a heuristic cipher identifier to recover original plaintext from unknown data patterns. The project features a nested encoding resolver that iteratively unwraps multiple layers of encryption and encoding until readable text is reached. It employs a heuristic cryptanalysis workflow to analyze data characteristics and guess the likely encoding scheme or encryption method

    Rust
    View on GitHub↗21,453
  • rshipp/awesome-malware-analysisrshipp avatar

    rshipp/awesome-malware-analysis

    13,864View on GitHub↗

    This project is a comprehensive, community-driven directory of open-source tools, datasets, and documentation for malware analysis and cybersecurity research. It serves as a centralized index for security professionals and researchers to locate resources for investigating, reverse engineering, and analyzing malicious software. The directory organizes information through a structured taxonomy, covering specialized domains such as memory forensics, network traffic inspection, and honeypot threat research. By aggregating links to external utilities and frameworks, it provides a platform-agnostic

    analysis-frameworkautomated-analysisawesome
    View on GitHub↗13,864
  • oi-wiki/oi-wikiOI-wiki avatar

    OI-wiki/OI-wiki

    26,176View on GitHub↗

    This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions. The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with onlin

    TypeScriptacm-icpcacm-icpc-handbookalgorithms
    View on GitHub↗26,176
  • fireeye/flare-flossfireeye avatar

    fireeye/flare-floss

    4,054View on GitHub↗

    This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from compiled binaries. It functions as a malware analysis utility and string decryptor, extracting obfuscated text to reveal concealed program behavior without executing the code. The tool automates the recovery of embedded strings through a combination of emulated instruction execution and abstract syntax tree evaluation. It utilizes pattern-based heuristic detection to identify obfuscation routines and employs cross-platform binary parsing to process multiple executable formats. The s

    Python
    View on GitHub↗4,054
Compare all 30 related projects→

Frequently asked questions

What does bee-san/ciphey do?

Ciphey is an automated decryption and data obfuscation tool designed to identify and reverse complex, multi-layered encoding schemes. By utilizing statistical analysis and probability scoring, the system automatically detects unknown data formats and recovers human-readable plaintext from obfuscated input strings without requiring manual algorithm specification.

What are the main features of bee-san/ciphey?

The main features of bee-san/ciphey are: Automated Decryption Utilities, Obfuscated Data Decoders, Encoding Identification Engines, Incident Investigation Tools, Recursive Decoding Pipelines, Multi-Layer Decoders, Data Type Identifiers, Decryption Registries.

Which projects share features with bee-san/ciphey?

Projects with overlapping indexed features include: ciphey/ciphey — Ciphey is an automated decryption tool and cryptographic analysis framework designed to identify and reverse… rshipp/awesome-malware-analysis — This project is a comprehensive, community-driven directory of open-source tools, datasets, and documentation for… oi-wiki/oi-wiki — This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming.… fireeye/flare-floss — This project is a binary static analysis tool designed to recover hidden and non-standard encoded strings from… mandiant/flare-floss — Flare-floss is a security utility and static binary string extractor designed to uncover hidden text and configuration… intelowlproject/intelowl — IntelOwl is a threat intelligence platform and security orchestration engine designed to aggregate, analyze, and…