Introducing Qeltrix - content-derived encrypted containers

Hi all, I’d like to show you Qeltrix — a proof-of-concept container format + CLI tool that uses content-derived encryption, compression, and streaming to create secure, efficient data archives.

  • Encryption key is derived from the file’s own contents
  • Supports large files and full folder-trees with compression + encrypted blocks
  • Includes a lightweight virtual file-system model
  • Experimental / PoC — good for learning, backups, research, not production security

GitHub:
:point_right: GitHub - hejhdiss/Qeltrix: Qeltrix is a Proof-of-Concept command-line utility for creating encrypted, content-derived, and efficiently compressed data containers. It leverages parallel processing, modern cryptography (ChaCha20-Poly1305), and a streaming architecture suitable for large files.

If you’re interested in cryptography, data-obfuscation, or unusual archival models, I’d love feedback and contributions.

would love to try this out with GitHub - bupd/dhaas: DockerHub as a Storage solution to store encrypted containers containing personal data. but the only downside is its in python, So I will wait until I get a dockerfile so I can try this out in a container. :slight_smile: