Answer
This hashing algorithm is not secure because it is very easy to get back the original string from the hash.
Work Step by Step
Since all the components of hash are separated by 0 we can get all individual letters by reverse applying the hash algorithm so this algorithm is not secure.