Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 171 Bytes

hash.md

File metadata and controls

11 lines (8 loc) · 171 Bytes

Hash

Introduction

$value = 'foobar';
$hash = hasher()->hash($value); // string
hasher()->verify($value, $hash); // bool