Hi grimpirate, I'd recommend using one of the stronger hash functions that PHP offers, maybe WHIRLPOOL or sha512.
Using your own hash can seem to make sense but it is really
security through obscurity. There are arguments for and against this so I'd recommend reading the wikipedia article and perhaps also some of the links.