osumionline/plugin-crypt
最新稳定版本:3.1.0
Composer 安装命令:
composer require osumionline/plugin-crypt
包简介
Plugin OCrypt para Osumi Framework
README 文档
README
Osumi Framework Plugins: OCrypt
Este plugin añade la clase OCrypt al framework con el cifrar / descifrar textos usando OpenSSL:
$crypt = new OCrypt('secret_key'); $encrypted_text = $crypt->encrypt('text'); // Resultado: "n0HrXZ6rj8CdxYB0xqGt4FTzsh0=" $decrypted_text = $crypt->decrypt('n0HrXZ6rj8CdxYB0xqGt4FTzsh0='); // Resultado: "text"
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-02