7 ms·
Show HN: Qeltrix:PoC for content-derived,parallel,streaming encryption container
I’m sharing a *proof-of-concept project called Qeltrix* (.qltx) that explores content-derived cryptography, parallel compression, permutation, and streaming AEAD encryption.
Key features:
- Content-derived keys (from full file or head N bytes)
- Parallel LZ4 compression with deterministic permutation
- AES/ChaCha20-Poly1305 AEAD encryption per block
- Streaming write/read with footer index for fast verification
GitHub: [https://github.com/hejhdiss/Qeltrix https://github.com/hejhdiss/Qeltrix](https://github.com/hejhdiss/Qeltrix https://github.com/hejhdiss/Qeltrix)
Article (full detailed one - if you wnat to know clearly):
https://dev.to/hejhdiss/introducing-qeltrix-a-content-derived-parallel-streaming-obfuscation-container-3ngd https://dev.to/hejhdiss/introducing-qeltrix-a-content-derive...
I’m looking for *feedback, peer review, and potential collaborators*. Any thoughts, improvements, or security considerations are welcome!
Thanks!