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

ActiveLibrary[Security](/categories/security)

richard8768/hashing
===================

The Hyperf Hashing package.

v1.2(2mo ago)01141MITPHPPHP &gt;=8.1

Since Feb 14Pushed 2mo agoCompare

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

READMEChangelog (3)Dependencies (15)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`。

默认配置
----

[](#默认配置)

```
