Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 190 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 190 Bytes

HashSet is a php class for create a hash.

include('../hash.set.php');
$hash_set = new hash;
$hash=str_replace('=','',base64_encode($hash_set->catch('string',1,'key','iv')));