Skip to content

alexsasharegan/crypto_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto

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