PHPackages                             he426100/hyperf-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. he426100/hyperf-hashing

ActiveLibrary[Security](/categories/security)

he426100/hyperf-hashing
=======================

The Hyperf Hashing package.

3.1.0(2y ago)0140↓84.6%1MITPHPPHP &gt;=8.1

Since Aug 11Pushed 2y agoCompare

[ Source](https://github.com/he426100/hyperf-hashing)[ Packagist](https://packagist.org/packages/he426100/hyperf-hashing)[ RSS](/packages/he426100-hyperf-hashing/feed)WikiDiscussions 3.0 Synced 3w ago

READMEChangelogDependencies (7)Versions (5)Used By (1)

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

[](#hyperf-哈希组件)

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

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

安装
--

[](#安装)

```
composer require hyperf-ext/hashing
```

发布配置
----

[](#发布配置)

```
php bin/hyperf.php vendor:publish hyperf-ext/hashing
```

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

默认配置
----

[](#默认配置)

```
