awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesMulti-Layer Decoders

Handles nested encoding schemes by performing all necessary conversion steps in a single automated operation.

Distinct from Encoding Utilities: Distinct from general encoding utilities: focuses on the resolution of multi-level, nested encoding structures.

Explore 2 awesome GitHub repositories matching data & databases · Multi-Layer Decoders. Refine with filters or upvote what's useful.

Awesome Multi-Layer Decoders GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • bee-san/cipheyالصورة الرمزية لـ bee-san

    bee-san/Ciphey

    21,454عرض على GitHub↗

    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 execu

    Resolves multi-level, nested encoding structures through automated, recursive conversion steps.

    Rustartificial-intelligenceciphercpp
    عرض على GitHub↗21,454
  • luminosoinsight/python-ftfyالصورة الرمزية لـ LuminosoInsight

    LuminosoInsight/python-ftfy

    4,043عرض على GitHub↗

    python-ftfy is a Unicode text repair library designed to fix mojibake and encoding glitches. It provides utilities for byte encoding detection, HTML entity decoding, and the recovery of corrupted text to restore it to its intended Unicode form. The project distinguishes itself through a multi-layered decoding pipeline that identifies and reverts complex encoding mix-ups. It uses heuristic-based detection to resolve instances where text was decoded using the wrong codec across multiple layers of corruption, and it can handle non-standard UTF-8 variants and sloppy encoding mappings. The librar

    Implements a multi-layered decoding pipeline to sequentially peel back layers of encoding corruption.

    Python
    عرض على GitHub↗4,043
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Transformation
  5. Data Encoding and Serialization
  6. Encoding Utilities
  7. Multi-Layer Decoders