Login   Register  
PHP Classes
elePHPant
Icontem

File: makeHmacKey.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2013-03-19 13:37
Size: 87 bytes
 

Contents

Class file image Download
<?php

require_once('Password.php');

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