The Illuminate Encryption package.
composer require illuminate/encryptionNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encrypt and decrypt data using AES-256-CBC.
Generate a 32-character key using `base64_encode(random_bytes(32))`.
No dependency data recorded yet.