mphpmaster/tdes
最新稳定版本:1.0.0
Composer 安装命令:
composer require mphpmaster/tdes
包简介
Php TDES Cipher using openssl.
README 文档
README
Php TDES Cipher using openssl.
Dependencies:
- php >=8.1 REQUIRED IN YOUR PROJECT
Installation
composer require mphpmaster/tdes
Usage:
Default cipher_algo is: des-ede3-cbc
$cipher = \MPhpMaster\TDES\TDESCipher::make('ABCDEFGHIJKLMNOPQRSTUVWX', '12345678', 'des-ede3-cbc'); // new instance $cipher->encrypt('Test!'); // encrypt $cipher->decrypt('RZ4wZaGE7qGNZ1'); // decrypt
License
This package is open-sourced software licensed under the MIT license.
Stand with Palestine 🇵🇸 #FreePalestine
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-26