mirror of
https://github.com/c0de-archive/HashPass.git
synced 2025-12-07 13:06:24 +00:00
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);
2.7 KiB
2.7 KiB