密码哈希器
github.com/TemaS765/password-hasher
源代码
问题
安装: 2
依赖关系: 0
建议者: 0
安全性: 0
星标: 0
关注者: 1
分支: 0
公开问题: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
Unknown License 93ec8dfb8d68dc792346f9446e065c7b905c949c
This package is auto-updated.
Last update: 2024-09-17 02:51:09 UTC
composer require temas765/password-hasher
<?php $passwordHasher = new PasswordHasher(new Md5Hasher()); echo "Password hash: {$passwordHasher->hashPassword('secret')}"; // Password hash: 5ebe2294ecd0e0f08eab7690d2a6ee69