密码哈希工具

1.1.0 2017-02-23 23:05 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:47:46 UTC


README

PHP密码哈希工具

安装

如果你使用的是 Composer

$ composer require alexsasharegan/crypto

那么在供应商自动加载器中要求

<?php

require_once 'path/to/vendor/autoload.php';

github 安装

$ git clone https://github.com/alexsasharegan/crypto_lib.git

然后在自动加载器中要求

<?php

require_once 'path/to/Crypto_lib/Crypto_Autoloader.php';

用法

静态方法

实例方法

其他方法