Password hashing utilities

Installs: 57

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/alexsasharegan/crypto

1.1.0 2017-02-23 23:05 UTC

This package is not auto-updated.

Last update: 2025-10-12 01:13:34 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