Skip to content

Releases: PAXECT-Interface/paxect-aead-hybrid-plugin

PAXECT AEAD Hybrid Plugin v1.0.0 — Public Release

21 Oct 18:16
391d8e4

Choose a tag to compare

PAXECT AEAD Hybrid Plugin v1.0.0 — Public Release

Authenticated Encryption with Associated Data (AEAD) hybrid engine for deterministic pipelines.
Implements AES-GCM and ChaCha20-Poly1305 with CRC32 + SHA-256 integrity enforcement.
Offline-first, cross-platform, and fully reproducible.

Key capabilities

  • Hybrid AEAD encryption (AES-GCM, ChaCha20-Poly1305)
  • Deterministic mode (bit-identical encrypt/decrypt)
  • Integrity enforcement (CRC32 + SHA-256)
  • Offline-first — no telemetry or remote keys
  • CLI flags for cipher, password, mode, and chunk size
  • Fully compatible with PAXECT Core runtime

System requirements

  • Python 3.9 – 3.12
  • No internet connection required
  • Works standalone or integrated with PAXECT Core

Quick start

Run the built-in demo scripts from the repository root:

python demos/01_quick_encrypt_decrypt.py    # AES-GCM/ChaCha20 test [OK]
bash   demos/02_cli_stream_pipe.sh          # CLI streaming pipeline [OK]
python demos/03_scrypt_tuning.py            # Scrypt tuning benchmark [OK]

License

MIT License (see LICENSE in repo)