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

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

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

4 مستودعات

Awesome GitHub RepositoriesAlgorithm-Specific Decryption

Engines that apply targeted mathematical transformations to remove digital rights management layers based on vendor-specific encryption schemes.

Distinct from Message Decryption: Focuses on DRM-specific decryption algorithms rather than general message decryption.

Explore 4 awesome GitHub repositories matching security & cryptography · Algorithm-Specific Decryption. Refine with filters or upvote what's useful.

Awesome Algorithm-Specific Decryption GitHub Repositories

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

    apprenticeharper/DeDRM_tools

    15,104عرض على GitHub↗

    DeDRM_tools is a software suite designed to automate the removal of digital rights management from personal e-book files. By stripping restrictive encryption layers during the import process, the utility enables users to manage their digital libraries and convert protected files into open formats for use across various reading devices. The system operates through a modular architecture that utilizes plugin-based event interception to hook into host applications. It performs cryptographic key extraction by scanning local configuration files and memory, applying algorithm-specific decryption to

    Applies targeted mathematical transformations to remove digital rights management layers based on specific vendor encryption schemes.

    Python
    عرض على GitHub↗15,104
  • nodrm/dedrm_toolsالصورة الرمزية لـ noDRM

    noDRM/DeDRM_tools

    9,652عرض على GitHub↗

    DeDRM_tools is a digital rights management decryptor and ebook security key manager. It functions as a utility to strip proprietary protections from restricted ebook files, removing vendor lock-in to make the content compatible with any reading application. The tool manages the decryption process by using a configuration system to store device serial numbers and encryption keys. This allows for the automation of the decryption pipeline across various ebook retailers and platforms. The project provides capabilities for digital content decryption and ensures ebook format compatibility by proce

    Applies vendor-specific cryptographic algorithms to decrypt restricted ebook data streams.

    Python
    عرض على GitHub↗9,652
  • rmcrackan/libationالصورة الرمزية لـ rmcrackan

    rmcrackan/Libation

    5,703عرض على GitHub↗

    Libation is a comprehensive audiobook management system designed to download, decrypt, and organize Audible audiobooks. It integrates account authentication, library synchronization, DRM removal, and format transcoding into a single desktop application with a plugin-free graphical interface and a built-in theme editor. The project distinguishes itself through a batch library synchronization engine that scans all configured Audible accounts in one pass, a metadata tag rewriting system that corrects chapter markers and cover art after decryption, and a template-based file naming engine that con

    Decrypts AAX and Widevine-protected audiobooks and transcodes to multiple output formats.

    C#
    عرض على GitHub↗5,703
  • taurusxin/ncmdumpالصورة الرمزية لـ taurusxin

    taurusxin/ncmdump

    3,385عرض على GitHub↗

    ncmdump is a proprietary audio cache converter and binary stream decryption utility. It decrypts raw audio data from specialized music cache files and transforms them into standard audio formats. The project functions both as a standalone tool and a cross-language conversion library. It exposes its internal decryption and conversion logic as a dynamic library, allowing the capabilities to be embedded into external applications written in different programming languages. The utility provides batch media processing through recursive directory traversal, enabling the identification and conversi

    Uses a specific decryption algorithm to remove proprietary protection from music cache files.

    C++
    عرض على GitHub↗3,385
  1. Home
  2. Security & Cryptography
  3. Message Decryption
  4. Algorithm-Specific Decryption

استكشف الوسوم الفرعية

  • Audio Stream Decryption1 وسم فرعيSpecialized decryption engines for extracting raw audio data from proprietary music cache streams. **Distinct from Algorithm-Specific Decryption:** Focuses specifically on audio data extraction from binary streams, whereas Algorithm-Specific Decryption is a broader category for various DRM layers.