firecms-ext/hashing

hyperf 扩展:哈希密钥

Installs: 50

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/firecms-ext/hashing

dev-master 2022-09-02 05:09 UTC

This package is auto-updated.

Last update: 2025-10-20 23:21:25 UTC


README

# 依赖安装
composer require firecms-ext/hashing
# 发布配置
php bin/hyperf.php vendor:publish firecms-ext/hashing

助手函数

bcrypt(string $value, array $options = []): string

argon2i(string $value, array $options = []): string

argon2id(string $value, array $options = []): string