dev-master
9999999-devHashCLI - PHP CLI Tool For hashing
MIT
The Requires
- php >=5.5
The Development Requires
by ClĂĄudio Ribeiro
cli hash
Wallogit.com
2017 © Pedro PelĂĄez
HashCLI - PHP CLI Tool For hashing
Special thanks to Peter Lee ( @peter279k ) for the PR., (*2)
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)
curl -sS https://getcomposer.org/installer | php to download the composer.pharphp 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)
git clone https://github.com/DailyMatters/hashCLI.git
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)
https://packagist.org/packages/cr/hashcli, (*10)
The MIT License (MIT), (*11)
HashCLI - PHP CLI Tool For hashing
MIT
cli hash