Enchantrix/pkg/trix
Claude afb11667e6
feat: add encryption sigil with pre-obfuscation layer
Implements ChaChaPolySigil that applies pre-obfuscation before sending
data to CPU encryption routines. This ensures raw plaintext is never
passed directly to encryption functions.

Key improvements:
- XORObfuscator and ShuffleMaskObfuscator for pre-encryption transforms
- Nonce is now properly embedded in ciphertext, not stored separately
  in headers (production-ready, not demo-style)
- Trix crypto integration with EncryptPayload/DecryptPayload methods
- Comprehensive test coverage following Good/Bad/Ugly pattern
2025-12-25 12:36:32 +00:00
..
testdata/fuzz/FuzzDecode feat: Add fuzz test and fix OOM vulnerability 2025-11-02 02:21:21 +00:00
crypto.go feat: add encryption sigil with pre-obfuscation layer 2025-12-25 12:36:32 +00:00
crypto_test.go feat: add encryption sigil with pre-obfuscation layer 2025-12-25 12:36:32 +00:00
examples_test.go feat: add 100% docstring coverage 2025-11-14 14:39:45 +00:00
trix.go feat: add 100% docstring coverage 2025-11-14 14:39:45 +00:00
trix_test.go Merge branch 'main' into test-sigil-coverage 2025-11-03 01:05:16 +00:00