Download the PHP package hdelacerna/php-crypto-utils without Composer
On this page you can find all versions of the php package hdelacerna/php-crypto-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hdelacerna/php-crypto-utils
More information about hdelacerna/php-crypto-utils
Files in hdelacerna/php-crypto-utils
Download hdelacerna/php-crypto-utils
More information about hdelacerna/php-crypto-utils
Files in hdelacerna/php-crypto-utils
Vendor hdelacerna
Package php-crypto-utils
Short Description A lightweight PHP library for AES-256-CBC encryption/decryption using OpenSSL-compatible key derivation and formatting.
License MIT
Package php-crypto-utils
Short Description A lightweight PHP library for AES-256-CBC encryption/decryption using OpenSSL-compatible key derivation and formatting.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-crypto-utils
🔐 PHP Crypto Utils
A lightweight PHP library for AES-256-CBC encryption and decryption using OpenSSL-compatible formatting. It includes both an instance-based Encryption
class and a static Crypto
facade for easy use.
🚀 Features
- AES-256-CBC symmetric encryption
- OpenSSL-compatible output (with
Salted__
prefix) - Base64 encoded results
- Passphrase-based key derivation (similar to
EVP_BytesToKey
) - Facade for static usage
📦 Installation
composer require hdelacerna/php-crypto-utils
All versions of php-crypto-utils with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package hdelacerna/php-crypto-utils contains the following files
Loading the files please wait ....