PHPackages                             death\_satan/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. death\_satan/hyperf-hashing

ActiveLibrary[Security](/categories/security)

death\_satan/hyperf-hashing
===========================

The Hyperf Hashing package.

v3.1(2y ago)0221MITPHPPHP &gt;=8.1

Since Jan 7Pushed 2y agoCompare

[ Source](https://github.com/zds-s/hyperf-hashing)[ Packagist](https://packagist.org/packages/death_satan/hyperf-hashing)[ RSS](/packages/death-satan-hyperf-hashing/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (1)

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

[](#hyperf-哈希组件)

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

> 移植自 [illuminate/hashing](https://github.com/illuminate/hashing)。 因 `hyperf-ext/hashing` 很久没更新，为支持 hyperf 版本 fork

安装
--

[](#安装)

```
composer require death_satan/hashing
```

发布配置
----

[](#发布配置)

```
php bin/hyperf.php vendor:publish death_satan/hashing
```

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

默认配置
----

[](#默认配置)

```
