charcoal-dev / cipher
AES Encryption for Charcoal Apps
Installs: 1 727
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/charcoal-dev/cipher
Requires
- php: ^8.3
- ext-openssl: *
- charcoal-dev/contracts-security: ^0.1.0
- charcoal-dev/secrets-kms: ^0.1.1
README
Charcoal Cipher library leverages the OpenSSL extension, offering a concise API for encryption using both 128 and 256-bit keys, encompassing modes like CBC and GCM. The library seamlessly handles serialization when necessary, such as for objects or arrays, ensuring that encrypting complex custom models is a straightforward process.
For detailed information, guidance, and setup instructions regarding this library, please refer to our official documentation website: