Password hashing utilities

1.1.0 2017-02-23 23:05 UTC

This package is not auto-updated.

Last update: 2024-03-16 17:04:19 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';

Usage

Static Methods

Instance Methods

Other Methods