zl0314/md5hasher

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

test md5 encrypt

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

This package is auto-updated.

Last update: 2024-05-14 19:01:45 UTC


README

详细方法:

$hasher = new Md5Hasher;

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

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

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