PHPackages                             yzh52521/think-hashing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. yzh52521/think-hashing

ActiveLibrary[Security](/categories/security)

yzh52521/think-hashing
======================

The thinkphp6 Hashing package.

v1.0.1(3y ago)51681MITPHPPHP &gt;=7.3

Since Nov 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/yzh52521/think-hashing)[ Packagist](https://packagist.org/packages/yzh52521/think-hashing)[ RSS](/packages/yzh52521-think-hashing/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

thinkphp6+ 哈希组件
===============

[](#thinkphp6-哈希组件)

该组件为存储用户密码提供了安全的 Bcrypt 和 Argon2 哈希加密方式。

> 移植自 [illuminate/hashing](https://github.com/illuminate/hashing)。

安装
--

[](#安装)

```
composer require yzh52521/think-hashing
```

> 配置文件位于 `config/hashing.php`。

默认配置
----

[](#默认配置)

```
