11 个仓库
Processes for reverting ciphertext back into its original format using cryptographic keys.
Distinct from Obfuscated Data Decryption: The candidates focus on niche domains like RFID tags, location data, or binary obfuscation rather than general-purpose data decryption.
Explore 11 awesome GitHub repositories matching security & cryptography · Data 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.
fhevm is a full-stack blockchain framework designed to integrate Fully Homomorphic Encryption into smart contracts. It provides a platform for developing confidential smart contracts that can process encrypted data and execute private on-chain computations without decrypting the underlying information. The framework utilizes a coprocessor system to offload resource-intensive encrypted operations to an asynchronous service, improving blockchain performance and scalability. It incorporates a secure key management service based on multi-party computation and a zero-knowledge proof verifier to en
Processes the decryption of ciphertexts to return plaintext or re-encrypted results based on defined user access controls.
This project is a collection of Python scripts and tools designed for web scraping, browser automation, and large-scale data extraction. It provides a set of implementations for retrieving information from websites and private APIs, including tools for multimedia downloading and social media data archiving. The toolset includes specialized mechanisms for bypassing anti-scraping measures through IP proxy pool rotation and multi-threaded crawlers. It also features capabilities for simulating browser sessions to handle authentication, intercepting session cookies, and decrypting network payloads
Decrypts encrypted network payloads using specific algorithms to retrieve restricted data.
WeiXinMPSDK is a .NET software development kit designed to integrate WeChat services, official accounts, and mini programs into applications. It provides a multi-platform bot framework and a programmatic interface to interact with official, mini, and corporate accounts across the WeChat ecosystem. The project features interface-based platform abstraction and logic unification, allowing a single codebase to target multiple target platforms. It includes a messaging middleware for routing incoming requests and a distributed caching layer using providers like Redis or Memcached to synchronize ses
Decodes encrypted sensitive user profile information sent from the WeChat platform.
ipwndfu 是一套软件实用程序,旨在利用 iOS Bootrom 来实现未签名代码执行和固件操纵。该项目提供的工具可将 Apple 设备置于 pwned DFU 状态,从而允许系统绕过安全启动签名。 该工具包包括基于硬件的解密能力,使用连接设备的唯一密钥在受限更新模式下解密数据。它还提供了用于从硬件中提取系统 ROM 和闪存以进行离线安全分析的实用程序。 该软件涵盖了更广泛的硬件利用领域,包括通过绕过签名检查进行固件降级,以及通过 USB 传递漏洞利用以触发内存损坏。
Reverts ciphertext back into original format using unique device hardware keys.
WeChatRobot is a framework providing programmatic interfaces for automating messages and interactions within the WeChat ecosystem. It functions as a bot framework that enables the automation of sending and receiving messages by intercepting system processes. The project includes specialized tools for intercepting system calls and utilizing memory-based application hooking to automate workflows, including support for Enterprise WeChat. It further provides capabilities to decrypt local application databases to recover historical chat logs and user information. Additional functionality covers t
Provides functionality to decrypt local application databases to recover historical chat logs.
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
Provides capabilities to decrypt protected database records and media files using specific cryptographic keys.
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.
AWS Powertools for Python is a utility framework designed for building production-ready Python functions on AWS Lambda. It provides a comprehensive suite of tools for observability, event parsing, routing, and idempotency management to streamline the development of serverless applications. The project distinguishes itself through specialized capabilities for event-driven architectures and AI agent orchestration. It enables the implementation of AI agents by exposing functions as tools via OpenAPI schemas and managing conversation states. Additionally, it features an idempotency library that p
Reverts ciphertext strings back into their original data format using an encryption provider and key.
HLS Downloader 是一款浏览器集成工具,旨在直接从网页中检测、捕获并组装分段流媒体内容。它作为一个浏览器扩展程序,能够识别 HTTP Live Streaming 清单,允许用户将视频、音频和字幕轨道下载为完整的、可本地播放的文件。 该工具的独特之处在于所有处理任务均在浏览器环境中完成。它利用原生浏览器原语来解密受保护的媒体片段,并将分段的二进制流重构为统一的文件。通过拦截网络流量并解析流元数据,它使用户能够在发起并发下载操作前选择特定的分辨率、音频语言和字幕轨道。 该软件提供了全面的媒体捕获管理功能,包括自动播放列表检测和手动链接注册。它处理网络请求的编排、自动重试以及将媒体资产最终混流为便携格式。该项目以浏览器扩展的形式分发,提供了一个用于监控下载进度和管理导出媒体文件的集中式界面。
Processes encrypted media segments using decryption keys to ensure protected streams are successfully reconstructed.