bermudaphp/hasher

Maintainers

Package info

github.com/bermudaphp/hasher

pkg:composer/bermudaphp/hasher

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1 2024-02-06 12:59 UTC

This package is auto-updated.

Last update: 2026-03-06 17:30:04 UTC


README

composer require bermudaphp/hasher

Usage

$hasher = new PasswordHasher;

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

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