rosegaar/phpass
Composer 安装命令:
composer require rosegaar/phpass
包简介
Portable PHP password hashing framework
README 文档
README
Written by Solar Designer in 2004-2006 and placed in the public domain. Revised in subsequent years, still public domain.
There's absolutely no warranty.
The homepage URL for this framework is: http://www.openwall.com/phpass/
Installation
composer require rosegaar/phpass
Usage
use Rosegaar\PHPass\PHPass; $hasher = new PHPass(8, true); $password = $hasher->HashPassword('password');
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-10