PHPackages                             matheus-carmo/hashing-3 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. matheus-carmo/hashing-3

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

matheus-carmo/hashing-3
=======================

The Hyperf Hashing package.

01PHP

Since Sep 30Pushed 2y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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`。

默认配置
----

[](#默认配置)

```
