So you are tasked with creating an open source password authentication system but you want to reveal as little about the implementation of the hash function as possible. Can you write a function that takes in a password string and a salt string and outputs a salted hash string without revealing the hashing function?
End date: 6th of July
Popularity contest: So whoever is voted as hardest to figure out the hashing method.
Restriction: Must use an accepted as secure hashing function