alexsasharegan / crypto
Password hashing utilities
1.1.0
2017-02-23 23:05 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-09 20:33:45 UTC
README
PHP password hashing utilities
Installation
If you're using Composer:
$ composer require alexsasharegan/crypto
Then require in the vendor autoloader:
<?php require_once 'path/to/vendor/autoload.php';
To install from github:
$ git clone https://github.com/alexsasharegan/crypto_lib.git
Then require in the autoloader:
<?php require_once 'path/to/Crypto_lib/Crypto_Autoloader.php';