PHP Classes

File: makeHmacKey.php

Recommend this page to a friend!
  Classes of Ole Aass   Secure Password Generation and Validation   makeHmacKey.php   Download  
File: makeHmacKey.php
Role: Example script
Content type: text/plain
Description: How to generate a HMAC key
Class: Secure Password Generation and Validation
Create and validate password hashes
Author: By
Last change:
Date: 11 years ago
Size: 87 bytes
 

Contents

Class file image Download
<?php

require_once('Password.php');

$pw = new Password;
echo
$pw->makeHmacKey();