2017 © Pedro PelĂĄez
 

library hashcli

HashCLI - PHP CLI Tool For hashing

image

cr/hashcli

HashCLI - PHP CLI Tool For hashing

  • Wednesday, December 14, 2016
  • by DailyMatters
  • Repository
  • 1 Watchers
  • 2 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 12 % Grown

The README.md

HashCLI - PHP CLI Tool For hashing

Build Status, (*1)

Special thanks to Peter Lee ( @peter279k ) for the PR., (*2)

What is this?

HashCLI is a PHP CLI tool for hashing and verifying hashes generated with the PHP password_hash() method. This tool was born because of a necessity to constantly having to generate new password hashes and check if old passwords hashes were correct., (*3)

Usage:

With Composer

  • Run curl -sS https://getcomposer.org/installer | php to download the composer.phar
  • Run php composer.phar require cr/hashcli ( composer require cr/hashcli:dev-master since this is not a stable release yet ).

vendor/bin/hashCLI hash [password]: To hash the password., (*4)

vendor/bin/hashCLI check [password] [hash]: To check if the hash corresponds to the password., (*5)

vendor/bin/hashCLI help: For help., (*6)

Without Composer

  • Run git clone https://github.com/DailyMatters/hashCLI.git
  • Run php build.php then get the hashCLI.phar

php hashCLI.phar hash [password]: To hash the password., (*7)

php hashCLI.phar check [password] [hash]: To check if the hash corresponds to the password., (*8)

php hashCLI.phar help: For help., (*9)

On Packagist

https://packagist.org/packages/cr/hashcli, (*10)

License

The MIT License (MIT), (*11)

The Versions

14/12 2016

dev-master

9999999-dev

HashCLI - PHP CLI Tool For hashing

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires

by ClĂĄudio Ribeiro

cli hash