hdelacerna/php-crypto-utils
最新稳定版本:v1.0.0
Composer 安装命令:
composer require hdelacerna/php-crypto-utils
包简介
A lightweight PHP library for AES-256-CBC encryption/decryption using OpenSSL-compatible key derivation and formatting.
README 文档
README
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
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-30