Login
Register
File: makeHmacKey.php
Search
All class groups
Latest entries
Top 10 charts
Blog
Forums
Help FAQ
Recommend
this page to a friend!
Stumble It!
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
Ole Aass
Last change:
Date:
2013-03-19 13:37
Size:
87 bytes
Contents
Download
<?php
require_once(
'Password.php'
);
$pw
= new
Password
;
echo
$pw
->
makeHmacKey
();
Advertise on this site
Site map
Newsletter
Statistics
Site tips
Privacy policy
Contact
For more information send a message to
info at phpclasses dot org
.
Copyright (c)
Icontem
1999-2014