Download the PHP package anton-panfilov/cryptographer without Composer
On this page you can find all versions of the php package anton-panfilov/cryptographer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cryptographer
The Cryptographer
Generate the passphrase once and save it securely in your configuration
IMPORTANT: Ensure this passphrase is stored in a secure location (e.g., environment variables, secrets manager)
PHP:
Bash:
Use cases:
Algorithm | Integrity Check | Overhead | Usage Example |
---|---|---|---|
AES-256-GCM | ✅ Yes | 16-28 bytes, IV 12 bytes + Tag 4-12 bytes | Encrypting sensitive messages where data integrity is critical, e.g., API tokens. Storing sensitive configuration data with integrity protection. Optional authenticated additional data (AAD), not included in ciphertext but verified. |
AES-256-CFB | ❌ No | 16 bytes, IV only | Streaming data encryption where low latency is required, e.g., video streaming. |
All versions of cryptographer with dependencies
PHP Build Version
Package Version
The package anton-panfilov/cryptographer contains the following files
Loading the files please wait ....