PHPackages                             tokio/hyperf3-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. tokio/hyperf3-hashing

ActiveLibrary[Security](/categories/security)

tokio/hyperf3-hashing
=====================

The Hyperf 3 Hashing package. fork from hyperf-ext/hashing

v3.0.3(2y ago)013MITPHPPHP &gt;=8.0

Since Sep 2Pushed 2y agoCompare

[ Source](https://github.com/ellenzhao888888/hashing)[ Packagist](https://packagist.org/packages/tokio/hyperf3-hashing)[ RSS](/packages/tokio-hyperf3-hashing/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (9)Used By (0)

Hyperf 哈希组件
===========

[](#hyperf-哈希组件)

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

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

安装
--

[](#安装)

```
composer require tokio/hyperf3-hashing
```

发布配置
----

[](#发布配置)

```
php bin/hyperf.php vendor:publish tokio/hyperf3-hashing
```

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

默认配置
----

[](#默认配置)

```
