08.07.2013, 22:54
In your method there would be no way to retrieve the salt generated, that's why I have made two functions.
If I'd then try to do something like WhirlpoolHashUnique("Hello world", 4, string); the function will not store the randomly generated salt into string, but it will be used for the hash concatenation.
If I'd then try to do something like WhirlpoolHashUnique("Hello world", 4, string); the function will not store the randomly generated salt into string, but it will be used for the hash concatenation.