Enchantrix/pkg
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
..
crypt feat: improve pgp testability and coverage 2025-11-23 19:26:56 +00:00
enchantrix feat: add encryption sigil with pre-obfuscation layer 2025-12-25 12:36:32 +00:00
trix feat: add encryption sigil with pre-obfuscation layer 2025-12-25 12:36:32 +00:00