zl0314/md5hasher

There is no license information available for the latest version (v1.0) of this package.

test md5 encrypt

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zl0314/md5hasher

v1.0 2020-10-14 10:01 UTC

This package is auto-updated.

Last update: 2025-12-14 22:28:10 UTC


README

详细方法:

$hasher = new Md5Hasher;

$result = $hasher->make('zl');

echo $result; //输出加密结果

echo $hasher->check('zl','c28cbd398a61e9022fd6a6835a57dc50'); //检查是否一致