2017 © Pedro Peláez
 

library crypto

Password hashing utilities

image

alexsasharegan/crypto

Password hashing utilities

  • Friday, February 24, 2017
  • by alexsasharegan
  • Repository
  • 1 Watchers
  • 1 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Crypto

PHP password hashing utilities


Installation

If you're using Composer:, (*1)

$ composer require alexsasharegan/crypto

Then require in the vendor autoloader:, (*2)

<?php

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

To install from github:, (*3)

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

Then require in the autoloader:, (*4)

<?php

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

Usage


Static Methods

Instance Methods

Other Methods

The Versions

24/02 2017

dev-master

9999999-dev https://github.com/alexsasharegan/crypto_lib

Password hashing utilities

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Alex Regan

password hash hashing bcrypt

24/02 2017

1.1.0

1.1.0.0 https://github.com/alexsasharegan/crypto_lib

Password hashing utilities

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Alex Regan

password hash hashing bcrypt

08/09 2016

1.0.1

1.0.1.0 https://github.com/alexsasharegan/crypto_lib

Password hashing utilities

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Alex Regan

password hash hashing bcrypt

08/09 2016

1.0.0

1.0.0.0 https://github.com/alexsasharegan/crypto_lib

Password hashing utilities

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Alex Regan

password hash hashing bcrypt