I am trying to interpret some data and ensure and based on the length of the data (48 chars) I am assuming (based on this post) it is being stored as a SHA384 hash.
The odd thing is though that all data instances begin with the same 5 characters in all cases. Which makes me question whether it is a SHA hash or something home grown, as I do not believe that even describes a legitimate salted' hash with 6+42 unique bytes.
Whether I enter "chickenfood" "esa8f7s#4312" or "Hello World", the first 5 bytes no matter what I enter is always the same in the output.
I did also try putting some of my test cases above into one of those so called reverse hash sites but they all errored.
It is a .NET application storing the data,does this sound like SHA or does it point to something else?