1 Repo
Capabilities for retrieving specific data segments from encrypted files without full decryption.
Distinct from Encrypted Data Retrieval: Focuses on the random-access capability of encrypted files, distinct from general encrypted data retrieval.
Explore 1 awesome GitHub repository matching data & databases · Random-Access Decryption. Refine with filters or upvote what's useful.
Age is a command-line utility for file encryption that utilizes hybrid cryptography to secure data for multiple recipients. It employs a combination of asymmetric key exchange and symmetric encryption to protect files, supporting access control through public keys, shared passphrases, and hardware-backed identity integration. The tool is designed for memory-efficient operation, utilizing stream-oriented processing to handle large datasets in small, sequential chunks. It features a stanza-based metadata framing system that allows for extensible file headers and supports random-access decryptio
Maintains an internal index of encrypted segments to allow retrieval of specific data portions without decrypting the entire file.