5 dépôts
Cryptographic processes for decrypting image and media files before they are decoded for rendering.
Distinct from Data Decryption: Distinct from general Data Decryption by specifically targeting image-format bitmaps and media streams.
Explore 5 awesome GitHub repositories matching security & cryptography · Media Decryption. Refine with filters or upvote what's useful.
SDWebImage is an asynchronous image downloader and caching library for iOS and macOS applications. It provides a core identity centered on a network utility for fetching images from URLs, a tiered memory and disk caching engine, and a processing framework for decoding and encoding media. The library features a specialized rendering engine for animated formats such as GIF and WebP, including support for progressive animation rendering. It distinguishes itself through a plugin system that allows for extended image format support and the ability to replace default loading or storage logic with c
Provides a custom handler to decrypt image data before it is passed to the downloader and decoder.
WeChatFerry is a platform-specific automation tool designed for programmatic account and conversation management. It enables the creation of bots and the integration of large language models to provide automated replies within a messaging interface. The project functions by using native API interception and memory-based hooking to capture incoming communication and send messages without an official API. It includes capabilities for binary data decryption to transform protected media files and database records into readable formats. The system covers a broad range of functional areas, includi
Includes tools for downloading and decrypting protected image and video files for local accessibility.
This project is a reverse engineering implementation and library designed to parse and decrypt the binary data streams used by the WhatsApp web client. It provides a WebSocket client library and tools to communicate with messaging servers by implementing reverse engineered protocol patterns. The system enables the development of custom clients and automation tools through the emulation of browser sessions and the management of persistent binary streams. It handles account authentication via QR code generation and pairing strings to link devices and maintain encrypted sessions. The project co
Recovers original media files using specific cryptographic keys and HMAC validation.
JMComic-Crawler-Python is a high-performance asynchronous web scraper and API client designed to programmatically retrieve images and metadata from a comic hosting service. It functions as a media archiving tool for batch downloading albums and chapters, automating the process of saving content to a local filesystem. The project is distinguished by its ability to reverse server-side pixel obfuscation, using a decryption tool to reconstruct sliced and shuffled images. To maintain stable connectivity, it utilizes a network bypass utility featuring dynamic domain rotation and proxy routing to ci
Implements cryptographic processes to decrypt protected images and reverse server-side pixel obfuscation.
HLS Downloader est un utilitaire intégré au navigateur conçu pour détecter, capturer et assembler du contenu multimédia en streaming fragmenté directement à partir de pages web. Il fonctionne comme une extension de navigateur qui identifie les manifestes HTTP Live Streaming, permettant aux utilisateurs de télécharger des pistes vidéo, audio et de sous-titres sous forme de fichiers locaux complets et lisibles. L'outil se distingue en effectuant toutes les tâches de traitement entièrement au sein de l'environnement du navigateur. Il utilise des primitives de navigateur natives pour déchiffrer les segments multimédias protégés et reconstruire les flux binaires fragmentés en fichiers unifiés. En interceptant le trafic réseau et en analysant les métadonnées de flux, il permet aux utilisateurs de sélectionner des résolutions, des langues audio et des pistes de sous-titres spécifiques avant d'initier des opérations de téléchargement concurrentes. Le logiciel fournit une gestion complète pour la capture multimédia, y compris la détection automatique de playlist et l'enregistrement manuel de liens. Il gère l'orchestration des requêtes réseau, les tentatives automatiques et le muxing final des assets multimédias dans des formats portables. Le projet est distribué en tant qu'extension de navigateur, fournissant une interface centralisée pour surveiller la progression du téléchargement et gérer les fichiers multimédias exportés.
Processes encrypted media segments using decryption keys to ensure protected streams are successfully reconstructed.