4 个仓库
Utilities for performing data encoding and decoding operations.
Explore 4 awesome GitHub repositories matching data & databases · Encoding Utilities. Refine with filters or upvote what's useful.
Ciphey is an automated decryption tool and cryptographic analysis framework designed to identify and reverse encryptions, encodings, and hashes without requiring a known key or cipher. It functions as a hash cracking engine and a heuristic cipher identifier to recover original plaintext from unknown data patterns. The project features a nested encoding resolver that iteratively unwraps multiple layers of encryption and encoding until readable text is reached. It employs a heuristic cryptanalysis workflow to analyze data characteristics and guess the likely encoding scheme or encryption method
Provides automated workflows for unpacking data processed through multiple layers of different encryption formats.
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.
FileCentipede is a comprehensive file management and transfer application designed to handle diverse network protocols and data operations. It functions as a multi-protocol download manager, a full-featured BitTorrent client, and a remote filesystem manager, providing a unified interface for moving and organizing data across local and remote environments. The application distinguishes itself through deep browser integration, which allows for the direct capture of media streams, video, and bulk download links from web pages. It also includes a modular utility suite that enables users to perfor
Performs file merging, checksum verification, URI encoding, and regular expression testing for data processing.
python-ftfy 是一个 Unicode 文本修复库,旨在修复乱码和编码故障。它提供字节编码检测、HTML 实体解码以及恢复损坏文本以将其还原为预期 Unicode 形式的实用程序。 该项目通过一个多层解码流水线脱颖而出,该流水线可识别并还原复杂的编码混淆。它使用基于启发式的检测来解决在多层损坏中因使用错误编码解码文本的情况,并且可以处理非标准 UTF-8 变体和不规范的编码映射。 该库还涵盖了广泛的文本标准化任务,包括 Unicode 规范化、换行符标准化和拉丁连字扩展。它包括字符宽度规范化以及删除终端转义符和控制字符的功能。 提供了一个命令行界面,用于自动化检测和修复文件中的 Unicode 故障。
Implements a multi-layered decoding pipeline to sequentially peel back layers of encoding corruption.