Description
Applications running on PHP 8.3 can use modern cryptographic primitives from libsodium. This runtime extension supports authenticated encryption, signatures, key exchange, password hashing helpers, and secure random data for apps that need well-reviewed crypto APIs. It is dependency-only and has no separate launcher; PHP code calls Sodium functions when enabled. Keys, nonces, password handling, and storage policies must be designed carefully because mistakes can permanently expose protected data.