axy/crypt
最新稳定版本:0.2.0
Composer 安装命令:
composer require axy/crypt
包简介
Some crypt algorithms
README 文档
README
Some crypt algorithms.
Documentation
APR1: Apache APR1-MD5 algorithm
use axy\crypt\APR1; $hash = APR1::hash($string); APR1::verify($string, $hash); // TRUE
BCrypt
use axy\crypt\BCrypt; $hash = BCrypt::hash($string); BCrypt::verify($string, $hash); // TRUE
Set computed time (5 by default):
$hash = BCrypt::hash($string, 10);
统计信息
- 总下载量: 25.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-26