Commit Graph

10 Commits

Author SHA1 Message Date
David Todd 632a365f30
Archive notice 2018-03-10 23:26:39 -06:00
Arctic Code f1723bb1a8 Update README.md 2013-01-26 19:49:00 -05:00
Arctic Code d558a1c03c Provided some example usage of HashPass 2013-01-26 19:48:38 -05:00
Arctic Code 130da36c57 $i before $salt to keep things optional
My original version had $i after $salt and required a salt (which could have been '') in order to define $i.
I changed that offline and in the HashPass demo to accept $i before $salt. If you only want one hashing, just send a 1 or ''
Original call: hashpass($password, $salt_goes_here, 3);
Better call: hashpass($password, 3, $salt_goes_here);
2013-01-26 19:40:52 -05:00
Arctic Code 18dadeca00 Made separation on multiple lines now 2013-01-26 18:08:06 -05:00
Arctic Code 7dd2c60d05 Updated test.php 2013-01-26 18:01:28 -05:00
Arctic Code 83a1925b67 Very quick and dirty demo that shows off HashPass 2013-01-26 15:00:45 -08:00
Arctic Code 556e3fd24c Added HashPass.php 2013-01-26 14:58:20 -08:00
Arctic Code b90f9b1bc1 Updated Readme.md 2013-01-26 17:57:06 -05:00
Arctic Code dfa9b9f06f Initial commit 2013-01-26 14:31:17 -08:00