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
beurtschipper avatar

beurtschipper/DepixArchived

0
View on GitHub↗
4,533 stars·366 forks·Python·21 views

Depix

Depix is a pixelation recovery tool and digital forensics utility designed to reconstruct plaintext from pixelated images. It functions as a brute-force text reconstructor that identifies original text sequences by matching pixel blocks against a library of rendered characters.

The tool operates as a proof of concept for image de-pixelation, utilizing pattern analysis to reveal hidden information. It is used for digital forensic analysis and redaction security testing to evaluate the effectiveness of pixelation as a method of obscuring sensitive data.

The reconstruction process involves color-average sampling and pixel-grid comparison. It employs an exhaustive search space to test character combinations and compares the mean color values of pixelated areas against a pre-rendered glyph library.

Features

  • Pixelated Text Recoveries - Provides the core capability of reversing pixelation to reconstruct original plaintext from images.
  • Average Color Matching - Uses average color matching of pixelated regions to identify candidate characters.
  • Reference Glyph Libraries - Generates a reference set of rendered characters to compare against target pixel blocks.
  • Text Reconstructions - Assembles fragmented characters back into coherent strings from pixelated visual data.
  • Visual Character Matching - Implements visual character matching by comparing pixel blocks against a reference glyph library.
  • Brute-Force Text Reconstructors - Iteratively tests character combinations to find the most likely original text sequence in an image.
  • Digital Forensics and Analysis - Serves as a tool for digital forensic analysis to recover redacted text from screenshots.
  • Forensic Tools - Functions as a specialized forensic tool for recovering hidden information from redacted screenshots.
  • Redaction Effectiveness Testing - Evaluates the effectiveness of pixelation by attempting to recover the original hidden text.
  • Pixel-Matching Analysis - Performs pixel-matching analysis by comparing image regions against known character patterns.
  • Combinatorial Text Search Spaces - Employs an exhaustive search space to test all possible character combinations for reconstruction.
  • Image De-pixelation Proofs of Concept - Serves as a proof of concept for reversing pixelation effects to reveal obscured text.
  • Pixelation Reversal Workflows - Implements a specialized workflow using pattern matching and color sampling to reverse pixelation.
  • Open Source Intelligence - Recovery of text from pixelized screenshots.
  • Developer Tools - Tool for recovering text from pixelated images.
  • Visual Reconnaissance - Recovers passwords from pixelated screenshots.
  • Miscellaneous Tools - Recovers passwords from pixelated screenshots.

Star history

Star history chart for beurtschipper/depixStar history chart for beurtschipper/depix

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

Frequently asked questions

What does beurtschipper/depix do?

Depix is a pixelation recovery tool and digital forensics utility designed to reconstruct plaintext from pixelated images. It functions as a brute-force text reconstructor that identifies original text sequences by matching pixel blocks against a library of rendered characters.

What are the main features of beurtschipper/depix?

The main features of beurtschipper/depix are: Pixelated Text Recoveries, Average Color Matching, Reference Glyph Libraries, Text Reconstructions, Visual Character Matching, Brute-Force Text Reconstructors, Digital Forensics and Analysis, Forensic Tools.

Which projects share features with beurtschipper/depix?

Projects with overlapping indexed features include: bishopfox/unredacter — Unredacter is a computer vision text reconstructor and image forensics utility designed to recover hidden characters… sleuthkit/autopsy — Autopsy is a digital forensic analysis platform and evidence management suite used to process disk images and file… withsecurelabs/chainsaw — Chainsaw is a Windows forensic analysis tool used for parsing system databases and extracting security artefacts. It… mvt-project/mvt — This project is a command-line forensic toolkit designed for the investigation and security auditing of mobile… bypass007/emergency-response-notes — Emergency-Response-Notes is a collection of technical reference documentation and playbooks used for performing… dominicbreuker/stego-toolkit — This project is a steganography analysis toolkit and digital forensics suite designed to detect, extract, and embed…

Projects sharing features with Depix

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

    BishopFox/unredacter

    8,351View on GitHub↗

    Unredacter is a computer vision text reconstructor and image forensics utility designed to recover hidden characters from pixelated images. It functions as a tool for reversing pixelation to identify text within obscured visual blocks. The system uses a process of comparing pixelated image blocks against rendered candidate characters that match the typographic styles of the target text. This allows for the reconstruction of obscured information through automated visual analysis. The project covers capabilities for digital forensics analysis, image redaction testing, and information leakage a

    TypeScript
    View on GitHub↗8,351
  • sleuthkit/autopsysleuthkit avatar

    sleuthkit/autopsy

    3,015View on GitHub↗

    Autopsy is a digital forensic analysis platform and evidence management suite used to process disk images and file systems. It provides a graphical interface for performing deep forensic examinations of computer hard drives to identify and extract digital artifacts for investigations. The platform is built as a Java-based forensic framework that integrates native libraries to perform direct disk image analysis. It utilizes a modular architecture, allowing for the extension of data ingestion and report generation through the use of plugins. The system manages digital evidence within a central

    Javaforensicsjava
    View on GitHub↗3,015
  • bypass007/emergency-response-notesBypass007 avatar

    Bypass007/Emergency-Response-Notes

    5,551View on GitHub↗

    Emergency-Response-Notes is a collection of technical reference documentation and playbooks used for performing forensic analysis, incident response, intrusion identification, and malware remediation. It serves as an incident response knowledge base and an intrusion analysis framework to help identify web shells, hidden backdoors, and persistence mechanisms used during security attacks. The project utilizes a case-study-based knowledge base to map real-world attack scenarios to specific mitigation and recovery steps. It provides a digital forensics playbook and a malware remediation guide for

    View on GitHub↗5,551
  • mvt-project/mvtmvt-project avatar

    mvt-project/mvt

    12,481View on GitHub↗

    This project is a command-line forensic toolkit designed for the investigation and security auditing of mobile devices. It provides a framework for collecting system logs, application data, and forensic artifacts to identify potential security breaches, unauthorized access, or evidence of malicious activity. The utility employs a modular extraction architecture that parses diverse file formats and system logs into a standardized, normalized data structure. By utilizing this unified format, the tool performs both heuristic analysis of system metadata and pattern matching against structured thr

    Pythonandroidforensicsforensics-tools
    View on GitHub↗12,481
  • Compare all 30 related projects→