Skip to content

bermudaphp/hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

composer require bermudaphp/hasher

Usage

$hasher = new PasswordHasher;

$hash = $hasher->generateHash($password);
$hash = new Hash($hash, $hasher);

$hash->validate($password); // true