Libraries tagged by xchacha20poly1305
paragonie/sodium_compat
155060810 Downloads
Pure PHP implementation of libsodium; uses the PHP extension if it exists
phpnomad/sodium-integration
1750 Downloads
libsodium encryption strategy (XChaCha20-Poly1305 AEAD) for phpnomad/encryption — the default cipher integration, plus a secretbox migration strategy.
vortos/vortos-secrets
1935 Downloads
Vortos Secrets — billion-dollar-grade secrets management: redact-by-construction values, envelope encryption (XChaCha20-Poly1305 payload + off-host age/X25519 key custody), two-phase rotation with grace windows, fail-closed CI/doctor preflight, and zero-standing-secret injection. Built on the OpsKit driver pattern.
aaieduhr/aead-envelope
42 Downloads
Versioned AEAD envelope for encrypting short values at rest, with a key ring and canonical additional authenticated data.
kumwe/secret-envelope
168 Downloads
Portable authenticated encrypted-envelope contracts for the Kumwe family: the versioned envelope value, key identifiers, key material and key-ring values, purpose separation, the cipher and key-provider ports, and the libsodium XChaCha20-Poly1305 implementation. Key custody, rotation and audit stay with the host.
kozo/cryptenv
660 Downloads
CakePHP plugin for encrypting and decrypting environment files using XChaCha20-Poly1305
blu3blaze/laravel-xchacha20-encrypter
437 Downloads
Seamlessly integrate XChaCha20-Poly1305 encryption into Laravel application
teoprayoga/teobiefy-laravel-api-response
688 Downloads
Laravel API response helpers with server-configured payload compression and encryption.
sk8dvlpr/securepayload
22 Downloads
Unified client+server security helper for HMAC and AEAD (XChaCha20-Poly1305) with nonce/replay protection and canonical signing. Native PHP 8+, framework-agnostic.
michaelmawhinney/cryptex
26 Downloads
A simple PHP class for 2-way authenticated encryption using XChaCha20 + Poly1305 (libsodium)
jnativel/sentinel-vault
2 Downloads
A lightweight, self-contained PHP Key Management System (KMS) using XChaCha20-Poly1305 AEAD encryption with per-user DEX keys.
jeslxdev/password-scrambler
0 Downloads
Password scrambler: reversible time-bound Base64 shuffle + AEAD (XChaCha20-Poly1305) and Argon2id hasher.