awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesAudio Stream Decryption

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.

Explore 2 awesome GitHub repositories matching security & cryptography · Audio Stream Decryption. Refine with filters or upvote what's useful.

Awesome Audio Stream Decryption GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • rmcrackan/libationAvatar de rmcrackan

    rmcrackan/Libation

    5,703Voir sur 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#
    Voir sur GitHub↗5,703
  • taurusxin/ncmdumpAvatar de taurusxin

    taurusxin/ncmdump

    3,385Voir sur 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

    Provides a specialized engine to decrypt raw audio data from proprietary binary music cache streams.

    C++
    Voir sur GitHub↗3,385
  1. Home
  2. Security & Cryptography
  3. Message Decryption
  4. Algorithm-Specific Decryption
  5. Audio Stream Decryption

Explorer les sous-tags

  • Multi-Format Audiobook DecryptorsPipelines that decrypt AAX and Widevine-protected audiobooks and transcode to AAC-LC, xHE-AAC, MP3, or preserve original format. **Distinct from Audio Stream Decryption:** Distinct from Audio Stream Decryption: handles multiple DRM schemes (AAX, Widevine) and transcodes to multiple output formats, not just extracting raw audio from a single stream type.