Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 241 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 241 Bytes

Installation

composer require bermudaphp/hasher

Usage

$hasher = new PasswordHasher;

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

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