charcoal-dev / cipher
AES Encryption for Charcoal Apps
Installs: 1 068
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- ext-openssl: *
- charcoal-dev/buffers: ^0.1.0
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: